diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-10 10:19:54 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-12-10 10:19:54 +0100 |
| commit | df059de37e776874cf1fbe303141764f1c8fc34e (patch) | |
| tree | e54559716865161449627732a9ca5dff43f6b36d /FL | |
| parent | e72fa007e7468a5c4e73533a93fa929650f94013 (diff) | |
"Public members Fl::awake_ring_*_ should be private" (#559) - cont'd
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_; |
