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