aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/exception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs/exception.hxx')
-rw-r--r--cutl/fs/exception.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx
index f00dadb..d238a73 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -12,7 +12,7 @@ namespace cutl
{
namespace fs
{
- struct error: exception
+ struct LIBCUTL_EXPORT error: exception
{
error (int code): code_ (code) {}