diff --git a/include/osg/Timer b/include/osg/Timer index 3024824fe..3c7eef802 100644 --- a/include/osg/Timer +++ b/include/osg/Timer @@ -72,7 +72,7 @@ class SG_EXPORT Timer { inline double getSecondsPerClick() const { return _secsPerClick; } - private : + protected : double _secsPerClick; bool _useStandardClock;