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/Code_Editor.h | |
| parent | 4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff) | |
wip
Diffstat (limited to 'fluid/widgets/Code_Editor.h')
| -rw-r--r-- | fluid/widgets/Code_Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
