summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/File_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/File_Parser.h')
-rw-r--r--apps/Gateway/Gateway/File_Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/File_Parser.h b/apps/Gateway/Gateway/File_Parser.h
index 80b768aff84..f1de7429db0 100644
--- a/apps/Gateway/Gateway/File_Parser.h
+++ b/apps/Gateway/Gateway/File_Parser.h
@@ -52,7 +52,7 @@ protected:
FP::Return_Type getword (char buf[]);
// Read the next ASCII word.
- FP::Return_Type getint (int &value);
+ FP::Return_Type getint (ACE_INT32 &value);
// Read the next integer.
FP::Return_Type readword (char buf[]);