summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/CtrlCHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/CtrlCHandler.h')
-rw-r--r--cpp/include/IceUtil/CtrlCHandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/CtrlCHandler.h b/cpp/include/IceUtil/CtrlCHandler.h
index 14959ff6dc0..5770bbaec79 100644
--- a/cpp/include/IceUtil/CtrlCHandler.h
+++ b/cpp/include/IceUtil/CtrlCHandler.h
@@ -55,7 +55,6 @@ public:
CtrlCHandlerCallback getCallback() const;
};
-
class ICE_UTIL_API CtrlCHandlerException : public Exception
{
public:
@@ -66,6 +65,6 @@ public:
virtual void ice_throw() const;
};
-
}
+
#endif