From b8b097d186cd816e7c238b261e35e0a5ccf7b180 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 18 Oct 2012 00:22:00 +0200 Subject: Minor fix for VS2010 builds --- cpp/src/IceGrid/Parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/Parser.h') 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(); -- cgit v1.2.3