aboutsummaryrefslogtreecommitdiff
path: root/xml/exception
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-31 12:57:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-31 12:57:01 +0200
commit77bc33bcdf611d0f5c703d3d8e20d6f5aff8814c (patch)
tree242909f8eaba11d2ff34b5cc6ccacc27fc34846b /xml/exception
parent26aadd17ab7cf9b093b64ffc696d317b127e181d (diff)
Add build2-based build system
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>