summaryrefslogtreecommitdiffstats
path: root/src/groupdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/groupdef.h')
-rw-r--r--src/groupdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/groupdef.h b/src/groupdef.h
index fef38de..effefac 100644
--- a/src/groupdef.h
+++ b/src/groupdef.h
@@ -48,6 +48,7 @@ class GroupDef : public Definition
~GroupDef();
DefType definitionType() const { return TypeGroup; }
QCString getOutputFileBase() const;
+ QCString anchor() const { return QCString(); }
const char *groupTitle() const { return title; }
void setGroupTitle( const char *newtitle );
bool hasGroupTitle( ) { return titleSet; }