Const, include fixes.

This commit is contained in:
Glenn Maynard
2003-11-07 20:43:03 +00:00
parent 879980e0c5
commit 354fbd9a87
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public:
void GainingFocus( float fRate, bool bRewindMovie, bool bLoop );
void LosingFocus();
float GetLengthSeconds() { return m_fLengthSeconds; }
float GetLengthSeconds() const { return m_fLengthSeconds; }
virtual void HandleCommand( const CStringArray &asTokens );
void PlayOffCommand() { PlayCommand("Off"); }