aboutsummaryrefslogtreecommitdiffstats
path: root/generator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-09-22 17:58:52 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2011-10-03 11:31:57 -0300
commitc0d2e563a1aeaf8b32e947248bb5453edd7d2263 (patch)
tree7fa0a8aebd2967903b7b9bef8aa4ec424deaaae1 /generator.h
parentebb972fcc8f8a6c322ded4960e1ed05f4e61fbd0 (diff)
Collect the instantiated container types from class fields.
Diffstat (limited to 'generator.h')
-rw-r--r--generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.h b/generator.h
index 59cef78f3..14b1fefa8 100644
--- a/generator.h
+++ b/generator.h
@@ -286,6 +286,7 @@ private:
struct GeneratorPrivate;
GeneratorPrivate* m_d;
void collectInstantiatedContainers(const AbstractMetaFunction* func);
+ void collectInstantiatedContainers(const AbstractMetaClass* metaClass);
void collectInstantiatedContainers();
};