diff options
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index 3259f44..3ca1ac5 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -72,6 +72,7 @@ class ClassDef : public Definition QCString getSourceFileBase() const; QCString getReference() const; bool isReference() const; + bool isLocal() const { return m_isLocal; } bool hasDocumentation() const; |