diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-12-12 03:41:10 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-12-12 03:41:10 +0000 |
commit | 92f43c6dc09a260bc0c26388a2e032e8c69cb18d (patch) | |
tree | b073b13d258175ed03df9778e4f8ac5f779da68b /cpp/src/Transform/Data.h | |
parent | temporary fix for type mismatch error (diff) | |
download | ice-92f43c6dc09a260bc0c26388a2e032e8c69cb18d.tar.bz2 ice-92f43c6dc09a260bc0c26388a2e032e8c69cb18d.tar.xz ice-92f43c6dc09a260bc0c26388a2e032e8c69cb18d.zip |
another temporary fix
Diffstat (limited to 'cpp/src/Transform/Data.h')
-rw-r--r-- | cpp/src/Transform/Data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Transform/Data.h b/cpp/src/Transform/Data.h index fba4a753ddb..341c5c8f590 100644 --- a/cpp/src/Transform/Data.h +++ b/cpp/src/Transform/Data.h @@ -489,7 +489,7 @@ public: private: - void transformI(const DataPtr&, DataInterceptor&); + void transformI(const DataPtr&, DataInterceptor&, bool); Slice::EnumPtr _type; Ice::Int _value; |