From 400c9be132b2dfaa62c697811423d6c0e56d7559 Mon Sep 17 00:00:00 2001 From: David Webster Date: Sat, 16 Mar 2002 01:52:18 +0000 Subject: [PATCH] Do not use argument defaults in actual function argument list. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/intl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/intl.cpp b/src/common/intl.cpp index a45ef71754..a7da0ed972 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -528,7 +528,7 @@ wxString wxMsgCatalogFile::GetCharset() const // ---------------------------------------------------------------------------- bool wxMsgCatalog::Load(const wxChar *szDirPrefix, const wxChar *szName, - bool bConvertEncoding = FALSE) + bool bConvertEncoding) { wxMsgCatalogFile file; -- 2.50.0