summaryrefslogtreecommitdiffstats
path: root/src/tagreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagreader.cpp')
-rw-r--r--src/tagreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tagreader.cpp b/src/tagreader.cpp
index 0368dad..1934903 100644
--- a/src/tagreader.cpp
+++ b/src/tagreader.cpp
@@ -326,6 +326,7 @@ class TagFileParser : public QXmlDefaultHandler
else
{
warn("warning: Unknown compound attribute `%s' found!\n",kind.data());
+ m_state = Invalid;
}
if (isObjC=="yes" && m_curClass)
{