diff options
Diffstat (limited to 'shell/source/tools')
-rw-r--r-- | shell/source/tools/lngconvex/lngconvex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index c1b03c8f6f60..95482c34d70a 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -265,7 +265,7 @@ private: if (iso_lang_replacement_table_.end() == iter) { - prt = new replacement_table_t(); + prt = new replacement_table_t; iso_lang_replacement_table_.insert(std::make_pair(iso_lang, prt)); } else |