Fix overzealous C++11ification in Pen driver.
This commit is contained in:
parent
6bd4f3f9d7
commit
06b2cf2761
@ -81,7 +81,7 @@ public:
|
||||
};
|
||||
|
||||
Cocoa_Driver cocoa_driver;
|
||||
Driver& driver { cocoa_driver };
|
||||
Driver& driver = cocoa_driver;
|
||||
|
||||
} // namespace Pen
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user