summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2013-06-10 08:43:34 -0700
committerMark Spruiell <mes@zeroc.com>2013-06-10 08:43:34 -0700
commitc4151b5ba9c6f96fe7d6cdc485caadba6f98c30a (patch)
treeb5b10ee71eeb2d543f251df35c4ed251cb6db4e8 /cpp
parentFixed makedist.py issues with directories not being ignored (diff)
downloadice-c4151b5ba9c6f96fe7d6cdc485caadba6f98c30a.tar.bz2
ice-c4151b5ba9c6f96fe7d6cdc485caadba6f98c30a.tar.xz
ice-c4151b5ba9c6f96fe7d6cdc485caadba6f98c30a.zip
removing extraneous semicolon in UserExceptionFactory.h
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/Ice/UserExceptionFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/UserExceptionFactory.h b/cpp/include/Ice/UserExceptionFactory.h
index 189b8531629..c3ade5233a7 100644
--- a/cpp/include/Ice/UserExceptionFactory.h
+++ b/cpp/include/Ice/UserExceptionFactory.h
@@ -27,6 +27,6 @@ public:
typedef ::IceUtil::Handle<UserExceptionFactory> UserExceptionFactoryPtr;
-};
+}
#endif