ports/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp
Pietro Cerutti af69c73cc4 - Update to 1.2.0.11
- Convert to new LIB_DEPENDS format
- STAGE-clean

PR:		184145
Submitted by:	gahr@
Approved by:	maintainer
2013-11-22 07:53:52 +00:00

18 lines
378 B
C++

--- src/wrapxerces.cpp.orig 2013-11-21 15:51:13.000000000 +0100
+++ src/wrapxerces.cpp 2013-11-21 16:01:41.000000000 +0100
@@ -201,12 +201,12 @@
return wxConvUTF8;
case 2:
{
- const static wxMBConvUTF16 conv;
+ static wxMBConvUTF16 conv;
return conv;
}
case 4:
{
- const static wxMBConvUTF32 conv;
+ static wxMBConvUTF32 conv;
return conv;
}
default: