diff options
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 0926c52e..c58f5248 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -40,14 +40,14 @@ class BuyDialog : public Window, public gcn::ActionListener, { public: /** - * Constructor + * Constructor. * * @see Window::Window */ BuyDialog(gcn::Container *parent); /** - * Destructor + * Destructor. */ ~BuyDialog(); |