diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
| commit | 43e0a37906afabb0b3b091b8d3eac9a910cae50c (patch) | |
| tree | d2a037c2bf0dc395fddb08e32ebfcf2795503b7c /fluid/widgets/Style_Parser.h | |
| parent | 4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff) | |
wip
Diffstat (limited to 'fluid/widgets/Style_Parser.h')
| -rw-r--r-- | fluid/widgets/Style_Parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/widgets/Style_Parser.h b/fluid/widgets/Style_Parser.h index 287ea6b21..fff38c529 100644 --- a/fluid/widgets/Style_Parser.h +++ b/fluid/widgets/Style_Parser.h @@ -24,8 +24,8 @@ namespace widget { // Class to manage style parsing, friend of Code_Editor class Style_Parser { public: - const char *tbuff { nullptr }; // text buffer - char *sbuff { nullptr }; // style buffer + const char *tbuff { 0 }; // text buffer + char *sbuff { 0 }; // style buffer int len { 0 }; // running length char style { 0 }; // current style char lwhite { 1 }; // leading white space (1=white, 0=past white) |
