diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h index 36aa229..701fd03 100644 --- a/src/definition.h +++ b/src/definition.h @@ -97,6 +97,7 @@ class Definition int getEndBodyLine() const { return endBodyLine; } FileDef *getBodyDef() { return bodyDef; } void writeSourceDef(OutputList &ol,const char *scopeName); + void writeInlineCode(OutputList &ol,const char *scopeName); void writeSourceRefs(OutputList &ol,const char *scopeName); void addSourceReference(MemberDef *d); |