[Kde-bindings] branches/work/kdebindings-smoke2/smoke
Arno Rehn
kde at arnorehn.de
Thu Jul 26 18:10:46 UTC 2007
SVN commit 692976 by arnorehn:
* Little bugfix in findMethod()
CCMAIL: kde-bindings at kde.org
M +1 -1 smoke.h
--- branches/work/kdebindings-smoke2/smoke/smoke.h #692975:692976
@@ -445,7 +445,7 @@
inline ModuleIndex findMethod(const char *c, const char *name) {
ModuleIndex idc = findClass(c);
ModuleIndex idname = idc.smoke->findMethodName(c, name);
- return findMethod(idc, idname);
+ return idc.smoke->findMethod(idc, idname);
}
};
More information about the Kde-bindings
mailing list