summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astoperation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astoperation.hxx')
-rw-r--r--idlc/inc/idlc/astoperation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astoperation.hxx b/idlc/inc/idlc/astoperation.hxx
index c5dbf10b3332..7d7a41c2a432 100644
--- a/idlc/inc/idlc/astoperation.hxx
+++ b/idlc/inc/idlc/astoperation.hxx
@@ -50,7 +50,7 @@ public:
bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index);
// scope management
- virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl);
+ virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl) SAL_OVERRIDE;
private:
AstType* m_pReturnType;
DeclList m_exceptions;