aboutsummaryrefslogtreecommitdiff
path: root/xml/exception
diff options
context:
space:
mode:
Diffstat (limited to 'xml/exception')
-rw-r--r--xml/exception4
1 files changed, 1 insertions, 3 deletions
diff --git a/xml/exception b/xml/exception
index 1fe1eb2..03cd9bb 100644
--- a/xml/exception
+++ b/xml/exception
@@ -9,11 +9,9 @@
#include <exception>
-#include <xml/details/export.hxx>
-
namespace xml
{
- struct LIBSTUDXML_EXPORT exception: std::exception {};
+ class exception: public std::exception {};
}
#include <xml/details/post.hxx>