summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Parser.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-10-20 00:48:37 +0200
committerJose <jose@zeroc.com>2012-10-20 00:48:37 +0200
commitf4cd574da6a31c78bb659525f444eec1c602d456 (patch)
treec2c760c81e2db06e268702f44f7be57f2f05bb47 /cpp/src/IceGrid/Parser.h
parentFixed ICE-4897: replace novc6 by novc90 (diff)
downloadice-f4cd574da6a31c78bb659525f444eec1c602d456.tar.bz2
ice-f4cd574da6a31c78bb659525f444eec1c602d456.tar.xz
ice-f4cd574da6a31c78bb659525f444eec1c602d456.zip
IceGrid parser fixes
Diffstat (limited to 'cpp/src/IceGrid/Parser.h')
-rw-r--r--cpp/src/IceGrid/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h
index 29006dd998e..0234d1a43f6 100644
--- a/cpp/src/IceGrid/Parser.h
+++ b/cpp/src/IceGrid/Parser.h
@@ -126,7 +126,7 @@ public:
void showCopying();
void showWarranty();
- void getInput(char*, size_t&, size_t);
+ void getInput(char*, int&, int);
void continueLine();
const char* getPrompt();