diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h index 6b6e1d7..e3502a0 100644 --- a/src/definition.h +++ b/src/definition.h @@ -243,7 +243,7 @@ class Definition : public DefinitionIntf /*! Returns the file in which the body of this item is located or 0 if no * body is available. */ - FileDef *getBodyDef(); + FileDef *getBodyDef() const; /** Returns the programming language this definition was written in. */ SrcLangExt getLanguage() const; |