aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2')
-rw-r--r--sources/shiboken2/ApiExtractor/typesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/ApiExtractor/typesystem.cpp b/sources/shiboken2/ApiExtractor/typesystem.cpp
index 3a7fbccd6..d78dad369 100644
--- a/sources/shiboken2/ApiExtractor/typesystem.cpp
+++ b/sources/shiboken2/ApiExtractor/typesystem.cpp
@@ -598,7 +598,7 @@ bool Handler::endElement(const QStringRef &localName)
m_currentDroppedEntry = 0;
m_currentDroppedEntryDepth = 0;
} else {
- ++m_currentDroppedEntryDepth;
+ --m_currentDroppedEntryDepth;
}
return true;
}