From 230c65a923aeaf456d61e5fbf4faec4c93313308 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Thu, 7 Feb 2008 23:48:29 +0000 Subject: Fixed unix compilation problem. --- ChangeLog | 4 ++++ src/gui/skill.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e9896ef..72b2cc0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-07 Philipp Sehmisch + + * src/gui/skill.cpp: Fixed unix compilation problem. + 2008-02-07 Philipp Sehmisch * data/monsters.xml: Added different behaviors to maggots, 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(): -- cgit v1.2.3-70-g09d2