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 9db54d61aa13..7a4e475b34d3 100644
--- a/idlc/inc/astscope.hxx
+++ b/idlc/inc/astscope.hxx
@@ -34,7 +34,7 @@ public:
NodeType getScopeNodeType() const
{ return m_nodeType; }
- virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl);
+ AstDeclaration* addDeclaration(AstDeclaration* pDecl);
sal_uInt32 nMembers() const
{ return (sal_uInt32)(m_declarations.size()); }