This commit is contained in:
Glenn Maynard
2005-10-05 05:56:17 +00:00
parent a5cf8c21b0
commit 73fffe0bde
-1
View File
@@ -29,7 +29,6 @@ struct NoteColorActor
NoteColorActor();
~NoteColorActor();
void Load( const CString &sButton, const CString &sElement );
Actor* Get( NoteType nt );
Actor* Get() { return m_p; }
private:
Actor* m_p;