BitmapText copy ctor to fix refcount desync

This commit is contained in:
Glenn Maynard
2005-07-15 03:50:56 +00:00
parent 6d275d4f95
commit ff2c101d82
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ class BitmapText : public Actor
{
public:
BitmapText();
BitmapText( const BitmapText &cpy );
virtual ~BitmapText();
void LoadFromNode( const CString& sDir, const XNode* pNode );