Warning fixes for Win32.

This commit is contained in:
Robert Osfield
2003-09-16 19:56:19 +00:00
parent 96388cee67
commit c342b29a04
6 changed files with 10 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ public:
bool nextLayer();
bool previousLayer();
void setAutoSteppingActive(bool flag) { _autoSteppingActive = true; }
void setAutoSteppingActive(bool flag = true) { _autoSteppingActive = flag; }
bool getAutoSteppingActive() const { return _autoSteppingActive; }
void setTimeDelayBetweenSlides(double dt) { _timePerSlide = dt; }