summaryrefslogtreecommitdiff
path: root/idlc/inc/astsequence.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astsequence.hxx')
-rw-r--r--idlc/inc/astsequence.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astsequence.hxx b/idlc/inc/astsequence.hxx
index 0a8efc77b4f8..6c2143267532 100644
--- a/idlc/inc/astsequence.hxx
+++ b/idlc/inc/astsequence.hxx
@@ -35,7 +35,7 @@ public:
virtual bool isUnsigned() const override
{ return m_pMemberType != nullptr && m_pMemberType->isUnsigned(); }
- virtual const sal_Char* getRelativName() const override;
+ virtual const char* getRelativName() const override;
private:
AstType const * m_pMemberType;
mutable o3tl::optional<OString> m_xRelativName;