Add missing assigns for opp::function

This commit is contained in:
drmortalwombat 2024-05-25 21:26:23 +02:00
parent af38f64a99
commit 884fe50dd7

View File

@ -44,7 +44,7 @@ public:
{ {
c = f.c->clone(); c = f.c->clone();
} }
#if 0
function(function && f) function(function && f)
{ {
c = f.c; c = f.c;
@ -70,7 +70,7 @@ public:
} }
return *this; return *this;
} }
#endif
~function(void) ~function(void)
{ {
delete c; delete c;