From c33427993524f9fcfffab2d9f3327d0a03b3fe16 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 18 Aug 2003 15:14:09 +0000 Subject: [PATCH] Changed private to protected to allow Timer to be subclassed more easily. --- include/osg/Timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;