summaryrefslogtreecommitdiff
path: root/idlc/inc/astinterfacemember.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astinterfacemember.hxx')
-rw-r--r--idlc/inc/astinterfacemember.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astinterfacemember.hxx b/idlc/inc/astinterfacemember.hxx
index ae381afbb58a..826661fee67e 100644
--- a/idlc/inc/astinterfacemember.hxx
+++ b/idlc/inc/astinterfacemember.hxx
@@ -33,7 +33,7 @@ public:
AstInterface* getRealInterface()
{ return m_pRealInterface; }
- bool isOptional()
+ bool isOptional() const
{ return ((m_flags & AF_OPTIONAL) == AF_OPTIONAL); }
private:
const sal_uInt32 m_flags;