mirror of
https://github.com/fltk/fltk.git
synced 2026-05-10 05:27:55 +08:00
Fix overzealous C++11ification in Pen driver.
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
};
|
||||
|
||||
Cocoa_Driver cocoa_driver;
|
||||
Driver& driver { cocoa_driver };
|
||||
Driver& driver = cocoa_driver;
|
||||
|
||||
} // namespace Pen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user