aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler/context.hxx')
-rw-r--r--cutl/compiler/context.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx
index 2933e36..15d9402 100644
--- a/cutl/compiler/context.hxx
+++ b/cutl/compiler/context.hxx
@@ -22,8 +22,8 @@ namespace cutl
class LIBCUTL_EXPORT context
{
public:
- struct LIBCUTL_EXPORT no_entry: exception {};
- struct LIBCUTL_EXPORT typing: exception {};
+ struct no_entry: exception {};
+ struct typing: exception {};
public:
context () {}