summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: