aboutsummaryrefslogtreecommitdiff
path: root/include/cru/toml/TomlParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/toml/TomlParser.hpp')
-rw-r--r--include/cru/toml/TomlParser.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/toml/TomlParser.hpp b/include/cru/toml/TomlParser.hpp
index 52332506..c3091bad 100644
--- a/include/cru/toml/TomlParser.hpp
+++ b/include/cru/toml/TomlParser.hpp
@@ -7,12 +7,12 @@
namespace cru::toml {
// A very simple and tolerant TOML parser.
-class TomlParsingException : public Exception {
+class CRU_TOML_API TomlParsingException : public Exception {
public:
using Exception::Exception;
};
-class TomlParser {
+class CRU_TOML_API TomlParser {
public:
explicit TomlParser(String input);