From Ulrich Hertlein, changed init() call to _init().
This commit is contained in:
@@ -1068,7 +1068,7 @@ public:
|
||||
{
|
||||
if (_initialized) return;
|
||||
|
||||
DarwinWindowingSystemInterface::init();
|
||||
DarwinWindowingSystemInterface::_init();
|
||||
|
||||
// register application event handler and AppleEventHandler to get quit-events:
|
||||
static const EventTypeSpec menueventSpec = {kEventClassCommand, kEventCommandProcess};
|
||||
|
||||
Reference in New Issue
Block a user