aboutsummaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
Diffstat (limited to 'generator')
-rw-r--r--generator/cppgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/cppgenerator.cpp b/generator/cppgenerator.cpp
index 27d724b79..65e85b142 100644
--- a/generator/cppgenerator.cpp
+++ b/generator/cppgenerator.cpp
@@ -2320,7 +2320,7 @@ void CppGenerator::writeMethodCall(QTextStream& s, const AbstractMetaFunction* f
foreach (ArgumentModification arg_mod, refcount_mods) {
ReferenceCount refCount = arg_mod.referenceCounts.first();
if (refCount.action != ReferenceCount::Set
- && refCount.action != ReferenceCount::Remove
+ && refCount.action != ReferenceCount::Remove
&& refCount.action != ReferenceCount::Add) {
ReportHandler::warning("\"set\", \"add\" and \"remove\" are the only values supported by Shiboken for action attribute of reference-count tag.");
continue;