--- deliantra/server/include/cfperl.h 2006/09/09 21:48:28 1.24 +++ deliantra/server/include/cfperl.h 2006/09/10 14:54:02 1.25 @@ -110,6 +110,13 @@ : self (0), cb (0), attach (src.attach) { } + + attachable_base &operator = (const attachable_base &src) + { + clear (); + attach = src.attach; + return *this; + } }; // objects attachable from perl (or any other extension) should include or