From 469d3ef3d5e9bc27eb5cd0ef6532f89568604572 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 16 Dec 2023 21:59:39 +0100 Subject: #842: Enables command line color arguments on macOS --- src/Fl_Screen_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Screen_Driver.H') diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index 0772281a6..bfff5b03d 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -142,7 +142,7 @@ public: // --- global colors /* the default implementation of parse_color() may be enough */ virtual int parse_color(const char *p, uchar &r, uchar &g, uchar &b); - virtual void get_system_colors() {} + virtual void get_system_colors(); /* the default implementation of get_system_scheme() may be enough */ virtual const char *get_system_scheme(); -- cgit v1.2.3