From 994e7ece432f71fa8e354fb50024ab02845b9cb6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 20 Mar 2010 09:45:59 +0000 Subject: [PATCH] From Ulrich Hertlein, changed init() call to _init(). --- src/osgViewer/GraphicsWindowCarbon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};