summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-04 23:34:08 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-04 23:34:08 (GMT)
commit7f919a56fe4e6e5e9b610361b8b0b32631c5edb1 (patch)
tree0d55b3df6f40d997825af2dc30d4fb07b74b9698
parente664bcceeeac38d19cbd6e8e1fc8883442f85e1b (diff)
downloadQt-7f919a56fe4e6e5e9b610361b8b0b32631c5edb1.zip
Qt-7f919a56fe4e6e5e9b610361b8b0b32631c5edb1.tar.gz
Qt-7f919a56fe4e6e5e9b610361b8b0b32631c5edb1.tar.bz2
Fixed build breakage.
-rw-r--r--tools/qdoc3/cppcodemarker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/cppcodemarker.cpp b/tools/qdoc3/cppcodemarker.cpp
index 29f1c52..752d007 100644
--- a/tools/qdoc3/cppcodemarker.cpp
+++ b/tools/qdoc3/cppcodemarker.cpp
@@ -911,7 +911,7 @@ static QString untabified(const QString &in)
QString CppCodeMarker::addMarkUp(const QString &in,
const Node * /* relative */,
- const Location /* &location */)
+ const Location & /* location */)
{
#define readChar() \
ch = (i < (int)code.length()) ? code[i++].cell() : EOF