diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-05-05 11:47:17 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-05-05 11:47:17 (GMT) |
commit | 1854ad69bf183f34c937145eba437f653ef67f0b (patch) | |
tree | 96f2882cda1fb6e0a73175bae857ff1716267b86 /src/util.h | |
parent | 52e32ead5d8152d75a18f3cc7f4b7e5c7bb38b29 (diff) | |
download | Doxygen-1854ad69bf183f34c937145eba437f653ef67f0b.zip Doxygen-1854ad69bf183f34c937145eba437f653ef67f0b.tar.gz Doxygen-1854ad69bf183f34c937145eba437f653ef67f0b.tar.bz2 |
Further const correctness changes
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ QCString dateToString(bool); bool getDefs(const QCString &scopeName, const QCString &memberName, const char *, - MemberDef *&md, + const MemberDef *&md, const ClassDef *&cd, const FileDef *&fd, const NamespaceDef *&nd, |