implement HiddenPtr smart pointer type; use it for Steps. This avoids having

to write a whole copy constructor for a class just to hide a couple types from
the header.
This commit is contained in:
Glenn Maynard
2005-07-03 03:05:54 +00:00
parent b0935c1111
commit f2a418d79d
4 changed files with 102 additions and 2 deletions
+2
View File
@@ -9,6 +9,8 @@
#include "RageUtil.h"
#include "RageLog.h"
#include "RageUtil_AutoPtr.h"
REGISTER_CLASS_TRAITS( NoteData, new NoteData(*pCopy) )
NoteData::NoteData()
{