mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
chore: SMultiLine -> SMultiline
This commit is contained in:
parent
b386643974
commit
cf68b93791
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ enum eDataType {
|
||||||
CONFIGDATATYPE_CUSTOM,
|
CONFIGDATATYPE_CUSTOM,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SMultiLine {
|
struct SMultiline {
|
||||||
std::string buffer;
|
std::string buffer;
|
||||||
char delimiter = 0;
|
char delimiter = 0;
|
||||||
bool active = false;
|
bool active = false;
|
||||||
|
@ -93,7 +93,7 @@ class CConfigImpl {
|
||||||
std::string currentSpecialKey = "";
|
std::string currentSpecialKey = "";
|
||||||
SSpecialCategory* currentSpecialCategory = nullptr; // if applicable
|
SSpecialCategory* currentSpecialCategory = nullptr; // if applicable
|
||||||
bool isSpecialCategory = false;
|
bool isSpecialCategory = false;
|
||||||
SMultiLine multiline;
|
SMultiline multiline;
|
||||||
|
|
||||||
std::string parseError = "";
|
std::string parseError = "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue