diff options
Diffstat (limited to 'src/pagedef.h')
-rw-r--r-- | src/pagedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pagedef.h b/src/pagedef.h index 98053d7..462584f 100644 --- a/src/pagedef.h +++ b/src/pagedef.h @@ -23,7 +23,7 @@ class PageDef : public Definition public: PageDef(const char *f,int l,const char *n,const char *d,const char *t); ~PageDef(); - DefType definitionType() { return TypePage; } + DefType definitionType() const { return TypePage; } bool isLinkableInProject() const { return hasDocumentation() && !isReference(); |