diff options
author | Jose <jose@zeroc.com> | 2016-04-14 10:23:41 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-04-14 10:23:41 +0200 |
commit | 9a8fd1674742e6c6cd9dd75f64a26ade30ac640d (patch) | |
tree | 7d320ec6862240c9ad24806c12e681b4b23fe223 | |
parent | Add missing project file (diff) | |
download | ice-3.7.0-alpha0.tar.bz2 ice-3.7.0-alpha0.tar.xz ice-3.7.0-alpha0.zip |
remove extra semicolonv3.7.0-alpha0
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 2190abd6fa8..0203ff1f965 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -5531,7 +5531,7 @@ Slice::Gen::Cpp11TypesVisitor::visitExceptionStart(const ExceptionPtr& p) H << nl << "//"; H << nl << "#ifdef __APPLE__"; H.restoreIndent(); - H << sp << nl << name << "() {};"; + H << sp << nl << name << "() {}"; H.zeroIndent(); H << nl << "#else"; H.restoreIndent(); |