Changed private to protected to allow Timer to be subclassed more easily.

This commit is contained in:
Robert Osfield
2003-08-18 15:14:09 +00:00
parent ee0cce1679
commit c334279935

View File

@@ -72,7 +72,7 @@ class SG_EXPORT Timer {
inline double getSecondsPerClick() const { return _secsPerClick; }
private :
protected :
double _secsPerClick;
bool _useStandardClock;