Changed private: to protected: to fix build issue under OSX
This commit is contained in:
@@ -116,9 +116,8 @@ struct DarwinWindowingSystemInterface : public osg::GraphicsContext::WindowingSy
|
||||
else return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
|
||||
protected:
|
||||
|
||||
bool _initialized;
|
||||
CGDisplayCount _displayCount;
|
||||
|
||||
Reference in New Issue
Block a user