summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/astscope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astscope.hxx b/idlc/inc/astscope.hxx
index 7a4e475b34d3..e241f49407b9 100644
--- a/idlc/inc/astscope.hxx
+++ b/idlc/inc/astscope.hxx
@@ -57,7 +57,7 @@ public:
AstDeclaration* lookupForAdd(AstDeclaration* pDecl);
protected:
- inline AstDeclaration const * getLast() const
+ AstDeclaration const * getLast() const
{ return m_declarations.back(); }
private: