diff options
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index 8d969b360..553f49d60 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -37,7 +37,7 @@ typedef std::vector<std::string> file_cache; */ typedef std::pair<std::string, std::string> KeyVal; -struct ConfigTag : public refcountbase +struct CoreExport ConfigTag : public refcountbase { const std::string tag; const std::string src_name; |