summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/quoter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/quoter.h')
-rw-r--r--src/tools/qdoc/quoter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/quoter.h b/src/tools/qdoc/quoter.h
index 2c3fa3980d..7877eda696 100644
--- a/src/tools/qdoc/quoter.h
+++ b/src/tools/qdoc/quoter.h
@@ -78,7 +78,7 @@ private:
QStringList plainLines;
QStringList markedLines;
Location codeLocation;
- QHash<QString,QString> commentHash;
+ static QHash<QString,QString> commentHash;
};
QT_END_NAMESPACE