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_Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/widgets/Code_Editor.h') diff --git a/fluid/widgets/Code_Editor.h b/fluid/widgets/Code_Editor.h index fec57727c..3ee654da1 100644 --- a/fluid/widgets/Code_Editor.h +++ b/fluid/widgets/Code_Editor.h @@ -50,7 +50,7 @@ class Code_Editor : public Fl_Text_Editor { static int auto_indent(int, Code_Editor* e); public: - Code_Editor(int X, int Y, int W, int H, const char *L=nullptr); + Code_Editor(int X, int Y, int W, int H, const char *L=0); ~Code_Editor(); void textsize(Fl_Fontsize s); Fl_Fontsize textsize() const { return Fl_Text_Editor::textsize(); } -- cgit v1.2.3