summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h
index c77474c..ac9cc56 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -283,7 +283,7 @@ class Definition : public DefinitionIntf
QCString id() const;
/** returns the section dictionary, only of importance for pagedef */
- SectionDict * Definition::getSectionDict(void);
+ SectionDict * getSectionDict(void);
//-----------------------------------------------------------------------------------
// ---- setters -----