From cf68b93791e57745568403b8bec237aa3e7babed Mon Sep 17 00:00:00 2001 From: Aurelien Brabant Date: Sat, 6 Jul 2024 16:55:56 +0200 Subject: [PATCH] chore: SMultiLine -> SMultiline --- src/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "";