aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-06-02 14:45:08 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-06-03 11:11:20 -0300
commit8c886a1d9c24d00e52c6dab1e37b96268e588fc3 (patch)
tree2fbc47856dfcbe20b109ab7a6c902b71a1bd27c8
parentc81e079e0ac53c96d87e32e060a9b98f6a563bfc (diff)
ShibokenGenerator::filterFunctions method becomes static.sb-0.3.2
It doesn't use instance information and can now be called by other static methods. Reviewed by Renato Araújo <renato.filho@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
-rw-r--r--shibokengenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index b45de8cd5..786ace335 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -338,7 +338,7 @@ protected:
const AbstractMetaFunction* metaFunc,
Options options = NoOption) const;
- AbstractMetaFunctionList filterFunctions(const AbstractMetaClass* metaClass);
+ static AbstractMetaFunctionList filterFunctions(const AbstractMetaClass* metaClass);
// All data about extended converters: the type entries of the target type, and a
// list of AbstractMetaClasses accepted as argument for the conversion.