summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/idl/hfi_module.cxx
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-19 16:59:40 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-02-19 17:07:46 +0400
commitd30b4e9fb66f377295d8eeea8c1b1cf879aecdf6 (patch)
treea99079bda02a9d8dd5bd0d54666164f362314c52 /autodoc/source/display/idl/hfi_module.cxx
parentST_InfoListReader and ST_InfoListWriter seem to be unused (diff)
downloadcore-d30b4e9fb66f377295d8eeea8c1b1cf879aecdf6.tar.gz
core-d30b4e9fb66f377295d8eeea8c1b1cf879aecdf6.zip
Get rid of size() == 0
Diffstat (limited to 'autodoc/source/display/idl/hfi_module.cxx')
-rw-r--r--autodoc/source/display/idl/hfi_module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/display/idl/hfi_module.cxx b/autodoc/source/display/idl/hfi_module.cxx
index eb65a14de9ae..85be9cb9fb37 100644
--- a/autodoc/source/display/idl/hfi_module.cxx
+++ b/autodoc/source/display/idl/hfi_module.cxx
@@ -214,7 +214,7 @@ HF_IdlModule::produce_ChildList( const String & i_sName,
const String & i_sLabel,
const ce_ptr_list & i_list ) const
{
- if ( i_list.size() == 0 )
+ if ( i_list.empty() )
return false;
HF_SubTitleTable