summaryrefslogtreecommitdiff
path: root/cpp/src/slice2freeze/Main.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2001-12-13 15:59:55 +0000
committerMatthew Newhook <matthew@zeroc.com>2001-12-13 15:59:55 +0000
commit39b967845e58cfe83ec970b6fe70bc8e7fe57a62 (patch)
tree9a82a3e636a167d2f42b3d20b04c2df33bfcfb5c /cpp/src/slice2freeze/Main.cpp
parentfixes (diff)
downloadice-39b967845e58cfe83ec970b6fe70bc8e7fe57a62.tar.bz2
ice-39b967845e58cfe83ec970b6fe70bc8e7fe57a62.tar.xz
ice-39b967845e58cfe83ec970b6fe70bc8e7fe57a62.zip
update.
Diffstat (limited to 'cpp/src/slice2freeze/Main.cpp')
-rw-r--r--cpp/src/slice2freeze/Main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2freeze/Main.cpp b/cpp/src/slice2freeze/Main.cpp
index 4b5ff1972ab..d48db287d80 100644
--- a/cpp/src/slice2freeze/Main.cpp
+++ b/cpp/src/slice2freeze/Main.cpp
@@ -84,6 +84,7 @@ writeCodecH(const TypePtr& type, const string& name, const string& freezeType, O
H << sb;
H.dec();
H << sp << nl << "public:";
+ H << sp;
H.inc();
H << nl << "static Freeze::" << freezeType << " write(" << inputTypeToString(type)
<< ", const IceInternal::InstancePtr& instance);";