chore: SMultiLine -> SMultiline

This commit is contained in:
Aurelien Brabant 2024-07-06 16:55:56 +02:00
parent b386643974
commit cf68b93791
No known key found for this signature in database
GPG key ID: 5F90C2579402FCFA

View file

@ -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 = "";