summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-11 08:50:59 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-12-11 08:50:59 +0100
commit19c1ab504f11c81618a978a73c6abb7dde8538b3 (patch)
tree4a304da5888de104e40b2a39b2d59cd06e81d4b9 /FL/Fl.H
parenta5adbd99ca073ecb9d6153b089543b23a673c9b5 (diff)
Use correct syntax to befriend a class
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H2
1 files changed, 1 insertions, 1 deletions
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: