summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Exception.h')
-rw-r--r--cpp/include/Ice/Exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Exception.h b/cpp/include/Ice/Exception.h
index ae2ecdd01f2..5eaa6d52315 100644
--- a/cpp/include/Ice/Exception.h
+++ b/cpp/include/Ice/Exception.h
@@ -26,11 +26,11 @@ namespace Ice
typedef IceUtil::Exception Exception;
-class ICE_API LocalException : public IceUtil::Exception
+class LocalException : public IceUtil::Exception
{
public:
- LocalException(const char*, int);
+ ICE_API LocalException(const char*, int);
virtual std::string _name() const = 0;
virtual Exception* _clone() const = 0;
virtual void _throw() const = 0;