mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +03:00
thanks hap (nw)
This commit is contained in:
parent
062db0b875
commit
e78d6ac9dc
@ -247,7 +247,6 @@ namespace plib {
|
|||||||
pmfp(MemberFunctionType mftp, O *object)
|
pmfp(MemberFunctionType mftp, O *object)
|
||||||
: pmfp_base<R, Targs...>()
|
: pmfp_base<R, Targs...>()
|
||||||
{
|
{
|
||||||
printf("constructor\n");
|
|
||||||
this->set(mftp, object);
|
this->set(mftp, object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user