summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/asttypedef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/asttypedef.hxx')
-rw-r--r--idlc/inc/idlc/asttypedef.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/asttypedef.hxx b/idlc/inc/idlc/asttypedef.hxx
index 2e1f4cd0c257..a5266ba018cc 100644
--- a/idlc/inc/idlc/asttypedef.hxx
+++ b/idlc/inc/idlc/asttypedef.hxx
@@ -36,7 +36,7 @@ public:
virtual bool isUnsigned() const
{ return m_pBaseType != 0 && m_pBaseType->isUnsigned(); }
- virtual sal_Bool dump(RegistryKey& rKey);
+ virtual bool dump(RegistryKey& rKey);
private:
AstType const * m_pBaseType;
};