diff options
Diffstat (limited to 'cpp/src/Slice/GrammarUtil.h')
-rw-r--r-- | cpp/src/Slice/GrammarUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/GrammarUtil.h b/cpp/src/Slice/GrammarUtil.h index a3fc29b74d2..e3204a85047 100644 --- a/cpp/src/Slice/GrammarUtil.h +++ b/cpp/src/Slice/GrammarUtil.h @@ -98,7 +98,7 @@ class SLICE_API IntegerTok : public GrammarBase public: IntegerTok() { } - Long v; + IceUtil::Int64 v; }; // ---------------------------------------------------------------------- |