]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/translation.cpp
we have to export every virtual method in this template class for clang
[wxWidgets.git] / src / common / translation.cpp
index ea6d25955becee80aedfb4e1397a0842d6bb0947..bf586b24bb8c325c72933485a305737aa18be661 100644 (file)
@@ -986,7 +986,7 @@ bool wxMsgCatalogFile::LoadData(const DataBuffer& data,
                 if ( m_charset == wxS("CHARSET") )
                 {
                     // "CHARSET" is not valid charset, but lazy translator
-                    m_charset.empty();
+                    m_charset.clear();
                 }
             }
         }