Add missing assigns for opp::function
This commit is contained in:
parent
af38f64a99
commit
884fe50dd7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue