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/Code_Viewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/widgets/Code_Viewer.h') diff --git a/fluid/widgets/Code_Viewer.h b/fluid/widgets/Code_Viewer.h index 4198fd433..976462ca1 100644 --- a/fluid/widgets/Code_Viewer.h +++ b/fluid/widgets/Code_Viewer.h @@ -37,7 +37,7 @@ namespace widget { */ class Code_Viewer : public Code_Editor { public: - Code_Viewer(int X, int Y, int W, int H, const char *L = nullptr); + Code_Viewer(int X, int Y, int W, int H, const char *L = 0); protected: void draw() override; -- cgit v1.2.3