diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h index 30328e6..0000cc2 100644 --- a/src/definition.h +++ b/src/definition.h @@ -197,6 +197,8 @@ class Definition void writeNavigationPath(OutputList &ol) const; protected: + void setLocalName(const QCString name) { m_localName=name; } + int m_startBodyLine; // line number of the start of the definition int m_endBodyLine; // line number of the end of the definition FileDef *m_bodyDef; // file definition containing the function body |