summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astbasetype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astbasetype.hxx')
-rw-r--r--idlc/inc/idlc/astbasetype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astbasetype.hxx b/idlc/inc/idlc/astbasetype.hxx
index a788a16189b8..08b21a358b5b 100644
--- a/idlc/inc/idlc/astbasetype.hxx
+++ b/idlc/inc/idlc/astbasetype.hxx
@@ -33,7 +33,7 @@ public:
virtual ~AstBaseType() {}
- virtual bool isUnsigned() const {
+ virtual bool isUnsigned() const SAL_OVERRIDE {
switch (m_exprType) {
case ET_ushort:
case ET_ulong: