diff --git a/src/NoteDisplay.cpp b/src/NoteDisplay.cpp index 25f224f9c8..1bb1226138 100644 --- a/src/NoteDisplay.cpp +++ b/src/NoteDisplay.cpp @@ -123,7 +123,7 @@ struct NoteResource delete m_pActor; } - const NoteSkinAndPath m_nsap; /* should be refcounted along with g_NoteResource[] */ + const NoteSkinAndPath m_nsap; // should be refcounted along with g_NoteResource[] int m_iRefCount; Actor *m_pActor; // todo: AutoActor me? -aj };