diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-12-12 02:17:55 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-12-12 02:17:55 +0000 |
commit | 8fe9312e617e3fbd84d239958107380bf35d514f (patch) | |
tree | f9fcb6017e86fb04c6cb641a29c4548b957e2d74 /cpp/src/Transform/Data.h | |
parent | the icepatch server now doesn't chdir anymore (diff) | |
download | ice-8fe9312e617e3fbd84d239958107380bf35d514f.tar.bz2 ice-8fe9312e617e3fbd84d239958107380bf35d514f.tar.xz ice-8fe9312e617e3fbd84d239958107380bf35d514f.zip |
temporary fix for type mismatch error
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 0f520e0d2a4..fba4a753ddb 100644 --- a/cpp/src/Transform/Data.h +++ b/cpp/src/Transform/Data.h @@ -538,7 +538,7 @@ private: DictionaryData(const DataFactoryPtr&, const Slice::DictionaryPtr&, const ErrorReporterPtr&, bool, const DataMap&); - void transformI(const DataPtr&, DataInterceptor&); + void transformI(const DataPtr&, DataInterceptor&, bool); DataFactoryPtr _factory; Slice::DictionaryPtr _type; |