more const fixes

This commit is contained in:
Glenn Maynard
2003-10-04 04:49:20 +00:00
parent 7b16100f13
commit a7d4a72094
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class NoteFieldPlus : public NoteField
public:
NoteFieldPlus();
virtual void Load( NoteData* pNoteData, PlayerNumber pn, int iFirstPixelToDraw, int iLastPixelToDraw, float fYReverseOffset );
virtual void Load( const NoteData* pNoteData, PlayerNumber pn, int iFirstPixelToDraw, int iLastPixelToDraw, float fYReverseOffset );
virtual void Update( float fDelta );
virtual void DrawPrimitives();