diff options
Diffstat (limited to 'src/gui/npc_text.h')
-rw-r--r-- | src/gui/npc_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/npc_text.h b/src/gui/npc_text.h index 6bb7d943..ed228931 100644 --- a/src/gui/npc_text.h +++ b/src/gui/npc_text.h @@ -42,7 +42,7 @@ class NpcTextDialog : public Window, public gcn::ActionListener * * @see Window::Window */ - NpcTextDialog(gcn::Container *parent); + NpcTextDialog(); /** * Destructor. |