diff --git a/src/osgViewer/GraphicsWindowCarbon.cpp b/src/osgViewer/GraphicsWindowCarbon.cpp index 6fe0c1f21..12b345f35 100644 --- a/src/osgViewer/GraphicsWindowCarbon.cpp +++ b/src/osgViewer/GraphicsWindowCarbon.cpp @@ -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};