diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-11-16 15:50:14 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-11-16 15:50:14 -0500 |
commit | 9cc300005952726e1bda5feb9bc047cf143e39a0 (patch) | |
tree | 88795bd365347d2542a84e66087888d64e6e72cd /cpp/src/slice2freeze/Main.cpp | |
parent | Updated depend files (diff) | |
download | ice-9cc300005952726e1bda5feb9bc047cf143e39a0.tar.bz2 ice-9cc300005952726e1bda5feb9bc047cf143e39a0.tar.xz ice-9cc300005952726e1bda5feb9bc047cf143e39a0.zip |
Fixed Freeze/Windows 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 c9801112aeb..bde11696975 100644 --- a/cpp/src/slice2freeze/Main.cpp +++ b/cpp/src/slice2freeze/Main.cpp @@ -668,7 +668,7 @@ writeDictWithIndicesC(const string& name, const string& absolute, const Dict& di // Recreate // C << sp << nl << "void" - << nl << absolute << "::" << name + << nl << absolute << "::recreate(const Freeze::ConnectionPtr& __connection, const std::string& __dbName ," << " const " << compare << "& __compare)"; C << sb; |