summaryrefslogtreecommitdiff
path: root/fluid/widgets/Code_Viewer.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 02:33:41 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 02:33:41 +0500
commit43e0a37906afabb0b3b091b8d3eac9a910cae50c (patch)
treed2a037c2bf0dc395fddb08e32ebfcf2795503b7c /fluid/widgets/Code_Viewer.h
parent4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff)
wip
Diffstat (limited to 'fluid/widgets/Code_Viewer.h')
-rw-r--r--fluid/widgets/Code_Viewer.h2
1 files changed, 1 insertions, 1 deletions
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;