aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.cpp
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-12-16 15:26:27 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-12-16 15:39:12 -0200
commitfe681d0b1105c5e4ce61130700a2707b86320d94 (patch)
tree4728736a141ba5f1fe39e0bb3bc65b81909353e9 /headergenerator.cpp
parent41ecfb5863ff4242f49d20071d3ea872caffc9df (diff)
Write SbkType<T> function implementation for inner classes.
Diffstat (limited to 'headergenerator.cpp')
-rw-r--r--headergenerator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/headergenerator.cpp b/headergenerator.cpp
index e19bbc277..c44bc4302 100644
--- a/headergenerator.cpp
+++ b/headergenerator.cpp
@@ -231,6 +231,7 @@ void HeaderGenerator::finishGeneration()
writeTypeCheckMacro(s_pts, innerClass->typeEntry());
writeTypeConverterDecl(convDecl, innerClass->typeEntry());
convDecl << endl;
+ writeSbkTypeFunction(typeFunctions, innerClass);
}
}
s_pts << getApiExportMacro() << " PyAPI_FUNC(PyObject*) " << cpythonBaseName(metaClass->typeEntry());