summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astsequence.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astsequence.hxx')
-rw-r--r--idlc/inc/idlc/astsequence.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/idlc/astsequence.hxx b/idlc/inc/idlc/astsequence.hxx
index 622df5aaf4c6..3e62fc76cf6e 100644
--- a/idlc/inc/idlc/astsequence.hxx
+++ b/idlc/inc/idlc/astsequence.hxx
@@ -38,10 +38,10 @@ public:
AstType* getMemberType() const
{ return m_pMemberType; }
- virtual bool isUnsigned() const
+ virtual bool isUnsigned() const SAL_OVERRIDE
{ return m_pMemberType != 0 && m_pMemberType->isUnsigned(); }
- virtual const sal_Char* getRelativName() const;
+ virtual const sal_Char* getRelativName() const SAL_OVERRIDE;
private:
AstType* m_pMemberType;
mutable OString* m_pRelativName;