diff --git a/src/config.hpp b/src/config.hpp index ca9fa9b..724a5ee 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -35,7 +35,7 @@ enum eDataType { CONFIGDATATYPE_CUSTOM, }; -struct SMultiLine { +struct SMultiline { std::string buffer; char delimiter = 0; bool active = false; @@ -93,7 +93,7 @@ class CConfigImpl { std::string currentSpecialKey = ""; SSpecialCategory* currentSpecialCategory = nullptr; // if applicable bool isSpecialCategory = false; - SMultiLine multiline; + SMultiline multiline; std::string parseError = "";