From 4e0dd3dce42e3ef84d6f17d19b15ab249521545f Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 7 Mar 2011 15:28:45 -0600 Subject: [PATCH] change comment style --- src/NoteDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };