summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.h
diff options
context:
space:
mode:
authorAdrian Negreanu <groleo@gmail.com>2017-09-25 12:44:20 (GMT)
committerAdrian Negreanu <groleo@gmail.com>2017-09-25 13:35:17 (GMT)
commit5df4341210ec2374b8b7c09f5df3cd8f4ff60f65 (patch)
treec05d14bc4383d98a1cdc5a4bc94ae738c133f65b /src/namespacedef.h
parent47d679b67952949d639ea9a206535e97a6154bb5 (diff)
downloadDoxygen-5df4341210ec2374b8b7c09f5df3cd8f4ff60f65.zip
Doxygen-5df4341210ec2374b8b7c09f5df3cd8f4ff60f65.tar.gz
Doxygen-5df4341210ec2374b8b7c09f5df3cd8f4ff60f65.tar.bz2
const-ify
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r--src/namespacedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h
index 9b734eb..8b7d7cc 100644
--- a/src/namespacedef.h
+++ b/src/namespacedef.h
@@ -80,7 +80,7 @@ class NamespaceDef : public Definition
void findSectionsInDocumentation();
void sortMemberLists();
- virtual Definition *findInnerCompound(const char *name);
+ virtual Definition *findInnerCompound(const char *name) const;
void addInnerCompound(Definition *d);
void addListReferences();
void setFileName(const QCString &fn);