mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 21:11:39 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
77b5f84ba9
commit
4a281f0d1b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public:
|
||||||
|
|
||||||
/** Return the number of markers in this track
|
/** 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 */
|
/** Return a marker of this track given its index */
|
||||||
virtual CSoundAnimMarker* getMarker(uint32 i) { return _Markers[i]; }
|
virtual CSoundAnimMarker* getMarker(uint32 i) { return _Markers[i]; }
|
||||||
|
|
Loading…
Reference in a new issue