diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2006-10-29 18:39:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2006-10-29 18:39:28 (GMT) |
commit | 7e81d44c98dbbb1bb30d623be52ca76bbd880038 (patch) | |
tree | 6386fc01aea029071bdcabdf150991c7632b5fd3 /src/namespacedef.h | |
parent | 5e24df52170c1b19d8ef628f4e657bc35a7f300b (diff) | |
download | Doxygen-7e81d44c98dbbb1bb30d623be52ca76bbd880038.zip Doxygen-7e81d44c98dbbb1bb30d623be52ca76bbd880038.tar.gz Doxygen-7e81d44c98dbbb1bb30d623be52ca76bbd880038.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(); |