projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8728cae
)
OS X compilation fix
author
Václav Slavík
<vslavik@fastmail.fm>
Mon, 11 Jun 2007 07:28:54 +0000
(07:28 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Mon, 11 Jun 2007 07:28:54 +0000
(07:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46399
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/strconv.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/strconv.cpp
b/src/common/strconv.cpp
index 62af673a0e4db25e316a864653d3dde22cd80cbf..05aa1faa3e08c2a62dfb2c3a4cb46e2b0bbd920a 100644
(file)
--- a/
src/common/strconv.cpp
+++ b/
src/common/strconv.cpp
@@
-2738,7
+2738,7
@@
public:
}
#if wxUSE_FONTMAP
- wxMBConv_mac(const
wxC
har* name)
+ wxMBConv_mac(const
c
har* name)
{
Init( wxMacGetSystemEncFromFontEnc( wxFontMapperBase::Get()->CharsetToEncoding(name, false) ) );
}