diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-04 23:34:08 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-04 23:34:08 (GMT) |
commit | 7f919a56fe4e6e5e9b610361b8b0b32631c5edb1 (patch) | |
tree | 0d55b3df6f40d997825af2dc30d4fb07b74b9698 /tools/qdoc3 | |
parent | e664bcceeeac38d19cbd6e8e1fc8883442f85e1b (diff) | |
download | Qt-7f919a56fe4e6e5e9b610361b8b0b32631c5edb1.zip Qt-7f919a56fe4e6e5e9b610361b8b0b32631c5edb1.tar.gz Qt-7f919a56fe4e6e5e9b610361b8b0b32631c5edb1.tar.bz2 |
Fixed build breakage.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/cppcodemarker.cpp | 2 |
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 |