X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idlcomp%2Flanguages%2Fc%2B%2B%2Fc%2B%2B.h;h=51ea7070c737e8888e19461ce80be338e6b83420;hp=4717233185de8d6987ff4ce384261831980b5ce9;hb=635cfedb4bbe270f114f7a4e5ab58b7d8e054f7d;hpb=15d9baeca05f30f8564785c255fed765ede457ff diff --git a/idlcomp/languages/c++/c++.h b/idlcomp/languages/c++/c++.h index 4717233..51ea707 100644 --- a/idlcomp/languages/c++/c++.h +++ b/idlcomp/languages/c++/c++.h @@ -78,9 +78,9 @@ class CPPFile : public LangCallback { void output_methods(Interface *iface, Interface *super, bool prototype); void output_method_defs(Interface *iface); - void CPPFile::output_one_method(Interface *iface, Method *m, - bool prototype, bool retval); - void CPPFile::output_one_method_ptr(Method *m, Interface *iface); + void output_one_method(Interface *iface, Method *m, + bool prototype, bool retval); + void output_one_method_ptr(Method *m, Interface *iface); static void output_iface_ns(CPPFile *file, NameSpace *sym);