Changed: #825 Remove all warning when compiling Ryzom

This commit is contained in:
kervala 2010-10-18 09:19:03 +02:00
parent 77b5f84ba9
commit 4a281f0d1b

View file

@ -54,7 +54,7 @@ public:
/** Return the number of markers in this track
*/
virtual uint32 countMarkers() { return (uint32)_Markers.size(); }
virtual uint32 countMarkers() const { return (uint32)_Markers.size(); }
/** Return a marker of this track given its index */
virtual CSoundAnimMarker* getMarker(uint32 i) { return _Markers[i]; }