summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r--src/namespacedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h
index 4360fed..67cffaf 100644
--- a/src/namespacedef.h
+++ b/src/namespacedef.h
@@ -43,6 +43,7 @@ class NamespaceDef : public Definition
~NamespaceDef();
DefType definitionType() const { return TypeNamespace; }
QCString getOutputFileBase() const;
+ QCString anchor() const { return QCString(); }
void insertUsedFile(const char *fname);
void writeDocumentation(OutputList &ol);