Changed private to protected to allow Timer to be subclassed more easily.
This commit is contained in:
@@ -72,7 +72,7 @@ class SG_EXPORT Timer {
|
||||
|
||||
inline double getSecondsPerClick() const { return _secsPerClick; }
|
||||
|
||||
private :
|
||||
protected :
|
||||
|
||||
double _secsPerClick;
|
||||
bool _useStandardClock;
|
||||
|
||||
Reference in New Issue
Block a user