thanks hap (nw)

This commit is contained in:
smf- 2018-01-29 15:12:16 +00:00
parent 062db0b875
commit e78d6ac9dc

View File

@ -247,7 +247,6 @@ namespace plib {
pmfp(MemberFunctionType mftp, O *object)
: pmfp_base<R, Targs...>()
{
printf("constructor\n");
this->set(mftp, object);
}