diff options
Diffstat (limited to 'src/gui/buydialog.h')
-rw-r--r-- | src/gui/buydialog.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/buydialog.h b/src/gui/buydialog.h index 35cc2d8db..875184851 100644 --- a/src/gui/buydialog.h +++ b/src/gui/buydialog.h @@ -54,10 +54,19 @@ class BuyDialog final : public Window, * * @see Window::Window */ + BuyDialog(); + + /** + * Constructor. + * + * @see Window::Window + */ explicit BuyDialog(const int npcId); /** * Constructor. + * + * @see Window::Window */ explicit BuyDialog(std::string nick); |