summaryrefslogtreecommitdiff
path: root/src/gui/inputintegerdialog.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inputintegerdialog.inc')
-rw-r--r--src/gui/inputintegerdialog.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/inputintegerdialog.inc b/src/gui/inputintegerdialog.inc
index 0c540b9b..237fb549 100644
--- a/src/gui/inputintegerdialog.inc
+++ b/src/gui/inputintegerdialog.inc
@@ -1,7 +1,7 @@
{
fpGUI - Free Pascal GUI Toolkit
- Copyright (C) 2006 - 2010 See the file AUTHORS.txt, included in this
+ Copyright (C) 2006 - 2014 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,
@@ -42,7 +42,7 @@ type
{$IFDEF read_implementation}
-function fpgIntegerQuery(const ACaption, APrompt: TfpgString; var Value: Integer; MaxValue: Integer; MinValue: Integer= 0): Boolean;
+function fpgIntegerQuery(const ACaption, APrompt: TfpgString; var Value: Integer; const MaxValue: Integer; const MinValue: Integer): Boolean;
var
dlg: TfpgIntegerDialog;
begin