Err, really remove the copy ctor (removed the assignment operator
last time)
This commit is contained in:
@@ -32,7 +32,6 @@ class NoteData
|
||||
public:
|
||||
NoteData();
|
||||
~NoteData();
|
||||
NoteData(const NoteData &cpy);
|
||||
void Init();
|
||||
|
||||
int m_iNumTracks;
|
||||
|
||||
Reference in New Issue
Block a user