diff options
Diffstat (limited to 'src/gui/inttextbox.h')
-rw-r--r-- | src/gui/inttextbox.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/inttextbox.h b/src/gui/inttextbox.h index e3517c62..580788f4 100644 --- a/src/gui/inttextbox.h +++ b/src/gui/inttextbox.h @@ -33,14 +33,9 @@ class IntTextBox : public TextBox { public: /** - * Constructor. - */ - IntTextBox(); - - /** * Constructor, sets initial value. */ - IntTextBox(int value); + IntTextBox(int value=0); /** * Sets the minimum and maximum values of the text box. |