Changed private: to protected: to fix build issue under OSX

This commit is contained in:
Robert Osfield
2010-03-22 14:32:19 +00:00
parent 8a39ece376
commit d969034f44

View File

@@ -116,9 +116,8 @@ struct DarwinWindowingSystemInterface : public osg::GraphicsContext::WindowingSy
else return 0;
}
}
private:
protected:
bool _initialized;
CGDisplayCount _displayCount;