Fix overzealous C++11ification in Pen driver.

This commit is contained in:
Matthias Melcher 2025-12-13 23:16:56 +01:00
parent 6bd4f3f9d7
commit 06b2cf2761

View File

@ -81,7 +81,7 @@ public:
};
Cocoa_Driver cocoa_driver;
Driver& driver { cocoa_driver };
Driver& driver = cocoa_driver;
} // namespace Pen