From df059de37e776874cf1fbe303141764f1c8fc34e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 10 Dec 2022 10:19:54 +0100 Subject: "Public members Fl::awake_ring_*_ should be private" (#559) - cont'd --- FL/Fl.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl.H b/FL/Fl.H index 24db5d667..5c599ffac 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -135,6 +135,7 @@ typedef void (*Fl_Clipboard_Notify_Handler)(int source, void *data); state information and global methods for the current application. */ class FL_EXPORT Fl { + friend Fl_System_Driver; Fl() {} // no constructor! private: @@ -310,7 +311,6 @@ private: static int awake_ring_head_; static int awake_ring_tail_; public: - static bool equal_awake_ring_ends(); static const char* scheme_; static Fl_Image* scheme_bg_; -- cgit v1.2.3