diff options
author | Mark Spruiell <mes@zeroc.com> | 2013-06-10 08:43:34 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2013-06-10 08:43:34 -0700 |
commit | c4151b5ba9c6f96fe7d6cdc485caadba6f98c30a (patch) | |
tree | b5b10ee71eeb2d543f251df35c4ed251cb6db4e8 /cpp | |
parent | Fixed makedist.py issues with directories not being ignored (diff) | |
download | ice-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.h | 2 |
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 |