git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@371 83fadc84-e282...
authorPatrick McIlroy <itgpmc@gmail.com>
Tue, 10 Jun 2008 10:08:48 +0000 (10:08 +0000)
committerPatrick McIlroy <itgpmc@gmail.com>
Tue, 10 Jun 2008 10:08:48 +0000 (10:08 +0000)
src/AutoActor.h

index 3ad868b..e8d89e7 100755 (executable)
@@ -15,6 +15,8 @@ public:
        ~AutoActor()                                    { Unload(); }
        operator const Actor* () const  { return m_pActor; }
        operator Actor* ()                              { return m_pActor; }
+        AutoActor( const AutoActor &cpy );
+        AutoActor &operator =( const AutoActor &cpy );
        const Actor *operator->() const { return m_pActor; }
        Actor *operator->()                             { return m_pActor; }
        void Unload();