diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-10-29 18:39:28 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-10-29 18:39:28 (GMT) |
commit | d384b6c7459cffcbb30bdd0ab06bde6f0cd12688 (patch) | |
tree | 6386fc01aea029071bdcabdf150991c7632b5fd3 /src/namespacedef.h | |
parent | 6ad4771494b64943541d87639743de4d6618ebc4 (diff) | |
download | Doxygen-d384b6c7459cffcbb30bdd0ab06bde6f0cd12688.zip Doxygen-d384b6c7459cffcbb30bdd0ab06bde6f0cd12688.tar.gz Doxygen-d384b6c7459cffcbb30bdd0ab06bde6f0cd12688.tar.bz2 |
Release-1.5.1
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r-- | src/namespacedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h index b720912..827ace3 100644 --- a/src/namespacedef.h +++ b/src/namespacedef.h @@ -58,7 +58,7 @@ class NamespaceDef : public Definition void computeAnchors(); int countMembers(); void addUsingDirective(NamespaceDef *nd); - NamespaceSDict *getUsedNamespaces() const { return usingDirList; } + NamespaceSDict *getUsedNamespaces() const; void addUsingDeclaration(Definition *def); SDict<Definition> *getUsedClasses() const { return usingDeclList; } void combineUsingRelations(); |