summaryrefslogtreecommitdiffstats
path: root/registry/tools/checksingleton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/checksingleton.cxx')
-rw-r--r--registry/tools/checksingleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index ed5924beca71..998bc625de0a 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -61,7 +61,7 @@ public:
std::string const & getTypeReg() const
{ return m_typeRegName; }
bool hasBase() const
- { return (m_base.getLength() > 0); }
+ { return (!m_base.isEmpty()); }
const OString & getBase() const
{ return m_base; }
bool forceOutput() const