diff options
author | Marc Laukien <marc@zeroc.com> | 2003-02-23 21:01:17 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-02-23 21:01:17 +0000 |
commit | c10d2ade46fbcf0f7ebbe3200f98e58e2d72f63e (patch) | |
tree | 85dce5f1ae7718d4f50a52c585c18ae04c38591f /cpp/src/Slice/GrammarUtil.h | |
parent | fix (diff) | |
download | ice-c10d2ade46fbcf0f7ebbe3200f98e58e2d72f63e.tar.bz2 ice-c10d2ade46fbcf0f7ebbe3200f98e58e2d72f63e.tar.xz ice-c10d2ade46fbcf0f7ebbe3200f98e58e2d72f63e.zip |
more compat fixes
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 27d79614ca5..ea89bacd7bb 100644 --- a/cpp/src/Slice/GrammarUtil.h +++ b/cpp/src/Slice/GrammarUtil.h @@ -114,7 +114,7 @@ class SLICE_API FloatingTok : public GrammarBase public: FloatingTok() { } - Double v; + double v; }; // ---------------------------------------------------------------------- |