diff options
Diffstat (limited to 'src/gui/status.h')
-rw-r--r-- | src/gui/status.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h index bf5758bf..77cea322 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -41,7 +41,14 @@ */ class StatusWindow : public Window { public: - StatusWindow(gcn::Container *parent); + /** + * Constructor. + */ + StatusWindow(); + + /** + * Destructor. + */ ~StatusWindow(); /** |