Use correct syntax to befriend a class

This commit is contained in:
ManoloFLTK 2022-12-11 08:50:59 +01:00
parent a5adbd99ca
commit 19c1ab504f
1 changed files with 1 additions and 1 deletions

View File

@ -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: