From Ulrich Hertlein, changed init() call to _init().

This commit is contained in:
Robert Osfield
2010-03-20 09:45:59 +00:00
parent 03d5b81a6f
commit 994e7ece43

View File

@@ -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};