diff options
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) |
