summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-02-07 23:48:29 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-02-07 23:48:29 +0000
commit230c65a923aeaf456d61e5fbf4faec4c93313308 (patch)
treeb92e12edc608be147a69600d9001fcd07ab9e1f8
parentdcd416bbdace569f77dda8cc09a7f50b182e1e97 (diff)
downloadmana-230c65a923aeaf456d61e5fbf4faec4c93313308.tar.gz
mana-230c65a923aeaf456d61e5fbf4faec4c93313308.tar.bz2
mana-230c65a923aeaf456d61e5fbf4faec4c93313308.tar.xz
mana-230c65a923aeaf456d61e5fbf4faec4c93313308.zip
Fixed unix compilation problem.
-rw-r--r--ChangeLog4
-rw-r--r--src/gui/skill.cpp2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e9896ef..72b2cc0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-02-07 Philipp Sehmisch <tmw@crushnet.org>
+ * src/gui/skill.cpp: Fixed unix compilation problem.
+
+2008-02-07 Philipp Sehmisch <tmw@crushnet.org>
+
* data/monsters.xml: Added different behaviors to maggots,
scorpions, red scorpions and green slimes.
diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp
index 8c47c4ad..7e1ed49d 100644
--- a/src/gui/skill.cpp
+++ b/src/gui/skill.cpp
@@ -36,7 +36,7 @@
#include "../localplayer.h"
#include "../utils/dtor.h"
-#include "../utils/toString.h"
+#include "../utils/tostring.h"
#include "../utils/gettext.h"
SkillDialog::SkillDialog():