Hi,
Ich habe grade mit den FLAC Patches für ScummVM rumgespielt und bekomme beim Kompilieren ständig eine Fehlermeldung.
Was muß ich verändern, das folgendes Konstrukt kompiliert?
class Foo { public: Foo(); void convertA( int ); void convertB( int ); typedef void (Foo::*fptr)(int); fptr _ptr; };
Foo::Foo() : _ptr( convertA ) {}
Die Fehlermeldung lautet: cppfptr.cpp:12: error: argument of type `void (Foo::)(int)' does not match ` void (Foo::*)(int)'
Ich wünsche Euch noch einen schönen Sonntag Abend, -Gregor