diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-09-28 04:36:39 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-09-28 04:36:39 +0000 |
commit | 1708bd45d35a10a93764c3e3297683e28aadbc79 (patch) | |
tree | 996d3d309a842de7a93ffb6e894cb83f097eb2b8 /cpp/src/slice2freeze/Main.cpp | |
parent | Fixed build failure (diff) | |
download | ice-1708bd45d35a10a93764c3e3297683e28aadbc79.tar.bz2 ice-1708bd45d35a10a93764c3e3297683e28aadbc79.tar.xz ice-1708bd45d35a10a93764c3e3297683e28aadbc79.zip |
Fixed VC6 build
Diffstat (limited to 'cpp/src/slice2freeze/Main.cpp')
-rw-r--r-- | cpp/src/slice2freeze/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2freeze/Main.cpp b/cpp/src/slice2freeze/Main.cpp index 457c062a85e..3ae432315d7 100644 --- a/cpp/src/slice2freeze/Main.cpp +++ b/cpp/src/slice2freeze/Main.cpp @@ -447,7 +447,7 @@ writeDictWithIndicesC(const string& name, const string& absolute, const Dict& di // Constructor // - C << sp << nl << absolute << "::" << name << "::" << name + C << sp << nl << absolute << "::" << name << "(const Freeze::ConnectionPtr& __connection, const std::string& __dbName , bool __createDb)"; C.inc(); |