projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05689a1
)
Reverted due to Darwin conflict.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Tue, 12 Oct 2004 20:47:04 +0000
(20:47 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Tue, 12 Oct 2004 20:47:04 +0000
(20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29815
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 9b9e76d790f91542a3c1202a9a32c19643015148..011d3280b81992aa177a6e6af4c72b567ce9a98e 100644
(file)
--- a/
src/common/strconv.cpp
+++ b/
src/common/strconv.cpp
@@
-166,6
+166,11
@@
static size_t decode_utf16(const wxUint16* input, wxUint32& output)
// wxMBConv
// ----------------------------------------------------------------------------
+wxMBConv::~wxMBConv()
+{
+ // nothing to do here (necessary for Darwin linking probably)
+}
+
const wxWCharBuffer wxMBConv::cMB2WC(const char *psz) const
{
if ( psz )