From 43e0a37906afabb0b3b091b8d3eac9a910cae50c Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 02:33:41 +0500 Subject: wip --- fluid/widgets/Style_Parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/widgets/Style_Parser.h') 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) -- cgit v1.2.3