diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 11:22:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-25 12:02:13 +0000 |
commit | 0d985fd44bb7794851825a3f14acc3c25758259b (patch) | |
tree | ed8501d8f523b2a3446b0ee11fba020a2affd54e /codemaker/source | |
parent | 066855a15a9a1d5be4e134391ed19ef2c73d5bbd (diff) |
cppcheck: methods can be const
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/cunomaker/cunotype.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cunomaker/cunotype.hxx b/codemaker/source/cunomaker/cunotype.hxx index 89e1347715f3..8df7a066a0a4 100644 --- a/codemaker/source/cunomaker/cunotype.hxx +++ b/codemaker/source/cunomaker/cunotype.hxx @@ -124,7 +124,7 @@ protected: ::rtl::OString checkRealBaseType(const ::rtl::OString& type, sal_Bool bResolveTypeOnly = sal_False); void dumpCppuGetTypeMemberDecl(FileStream& o, CunoTypeDecl eDeclFlag); - sal_Bool isNestedType() + sal_Bool isNestedType() const { return m_bIsNestedType; }; RegistryKeyNames& getNestedTypeNames() |