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