diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-18 11:04:30 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-18 11:04:30 +0200 |
commit | 276c7279d4743b2947b2a5bbe0ded0e44d051a96 (patch) | |
tree | 94ac486c6db06792b26a00c980890e1800e9ea4c /cpp/src/IceGrid/Parser.h | |
parent | More WinRT build setting and system fixes (diff) | |
download | ice-276c7279d4743b2947b2a5bbe0ded0e44d051a96.tar.bz2 ice-276c7279d4743b2947b2a5bbe0ded0e44d051a96.tar.xz ice-276c7279d4743b2947b2a5bbe0ded0e44d051a96.zip |
Fixed ICE-4591, better acceptor tracing
Diffstat (limited to 'cpp/src/IceGrid/Parser.h')
-rw-r--r-- | cpp/src/IceGrid/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index 0234d1a43f6..29006dd998e 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*, int&, int); + void getInput(char*, size_t&, size_t); void continueLine(); const char* getPrompt(); |