From 19c1ab504f11c81618a978a73c6abb7dde8538b3 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 11 Dec 2022 08:50:59 +0100 Subject: Use correct syntax to befriend a class --- FL/Fl.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl.H b/FL/Fl.H index 5c599ffac..9eb4a541f 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -135,7 +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; + friend class Fl_System_Driver; Fl() {} // no constructor! private: -- cgit v1.2.3