diff options
Diffstat (limited to 'idlc/source/fehelper.cxx')
-rw-r--r-- | idlc/source/fehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/fehelper.cxx b/idlc/source/fehelper.cxx index 3a3e5324e303..168cf56fec7f 100644 --- a/idlc/source/fehelper.cxx +++ b/idlc/source/fehelper.cxx @@ -30,7 +30,7 @@ FeDeclarator::~FeDeclarator() { } -bool FeDeclarator::checkType(AstDeclaration const * type) +bool FeDeclarator::checkType(AstDeclaration const * type) const { OString tmp(m_name); sal_Int32 count = m_name.lastIndexOf( ':' ); |