diff options
Diffstat (limited to 'src/gui/npcdialog.h')
-rw-r--r-- | src/gui/npcdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/npcdialog.h b/src/gui/npcdialog.h index e3cc274c8..cd5f7fe57 100644 --- a/src/gui/npcdialog.h +++ b/src/gui/npcdialog.h @@ -200,6 +200,8 @@ class NpcDialog : public Window, public gcn::ActionListener, void logic(); + void clearRows(); + private: typedef std::list<NpcDialog*> DialogList; static DialogList instances; |