diff options
author | David Athay <ko2fan@gmail.com> | 2008-02-28 12:31:04 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-02-28 12:31:04 +0000 |
commit | fb3cbeddd6f5d59e3f83da059b2a1d4bed2cb80f (patch) | |
tree | 65e3086f341bb92154e99806f3b6255d9696ed4b /src/gui/listbox.cpp | |
parent | ac2de5e0bd7dfc79e344b6724ee6a13db9994aa4 (diff) | |
download | mana-fb3cbeddd6f5d59e3f83da059b2a1d4bed2cb80f.tar.gz mana-fb3cbeddd6f5d59e3f83da059b2a1d4bed2cb80f.tar.bz2 mana-fb3cbeddd6f5d59e3f83da059b2a1d4bed2cb80f.tar.xz mana-fb3cbeddd6f5d59e3f83da059b2a1d4bed2cb80f.zip |
Work in Progress commit of guilds.
Diffstat (limited to 'src/gui/listbox.cpp')
-rw-r--r-- | src/gui/listbox.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/listbox.cpp b/src/gui/listbox.cpp index 94e8b38c..61c7e078 100644 --- a/src/gui/listbox.cpp +++ b/src/gui/listbox.cpp @@ -35,6 +35,12 @@ ListBox::ListBox(gcn::ListModel *listModel): { } +ListBox::ListBox(): + gcn::ListBox() +{ + +} + void ListBox::draw(gcn::Graphics *graphics) { if (!mListModel) |