mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +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,
|
||||
};
|
||||
|
||||
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 = "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue