implement copy ctor

This commit is contained in:
Glenn Maynard
2005-09-09 02:44:26 +00:00
parent 0506fee3a7
commit a36d189be5
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ class TextBanner : public ActorFrame
{
public:
TextBanner();
TextBanner( const TextBanner &cpy );
void Load( CString sType ); // load metrics
void LoadFromSong( const Song* pSong );
void LoadFromString(