From c409caa8873e25699fc10ae435e8d123685f28f3 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Jan 2022 22:36:09 +0800 Subject: ... --- include/cru/toml/TomlParser.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/toml/TomlParser.hpp') 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); -- cgit v1.2.3