summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-20 10:36:09 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-20 10:36:09 +0000
commit54a359f67da79d97df667299ea4d91cef79c08f2 (patch)
tree0129c1e50b2814bbfde84dfaa05f4171f41145df /src
parent96c42525c1f214323838a61cc86f6599da133460 (diff)
downloadmana-client-54a359f67da79d97df667299ea4d91cef79c08f2.tar.gz
mana-client-54a359f67da79d97df667299ea4d91cef79c08f2.tar.bz2
mana-client-54a359f67da79d97df667299ea4d91cef79c08f2.tar.xz
mana-client-54a359f67da79d97df667299ea4d91cef79c08f2.zip
Compile fix and link fix.
Diffstat (limited to 'src')
-rw-r--r--src/gui/skill.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h
index b0c9b901..6ee511cc 100644
--- a/src/gui/skill.h
+++ b/src/gui/skill.h
@@ -44,8 +44,8 @@ typedef struct {
// 20 * level^1.2
} SKILL;
-class SkillDialog : public Window, public gcn::ActionListener,
- public gcn::ListModel
+class SkillDialog : public Window, public gcn::ActionListener
+// public gcn::ListModel
{
private:
gcn::ListBox *skillListBox;