aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator/cppgenerator.h')
-rw-r--r--generator/cppgenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/cppgenerator.h b/generator/cppgenerator.h
index f2bc30e05..279ff8724 100644
--- a/generator/cppgenerator.h
+++ b/generator/cppgenerator.h
@@ -194,6 +194,7 @@ private:
void writeRegisterType(QTextStream& s, const AbstractMetaClass* metaClass);
void writeRegisterType(QTextStream& s, const AbstractMetaEnum* metaEnum);
+ bool hasBoolCast(const AbstractMetaClass* metaClass) const;
// Maps special function names to function parameters and return types
// used by CPython API in the sequence protocol.