diff options
Diffstat (limited to 'x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp')
-rw-r--r-- | x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp b/x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp new file mode 100644 index 000000000000..67d30a0f4980 --- /dev/null +++ b/x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/common/strconv.cpp 2002/09/09 13:18:00 1.1 ++++ src/common/strconv.cpp 2002/09/09 13:18:10 +@@ -358,7 +358,7 @@ + #if defined(__BORLANDC__) && (__BORLANDC__ > 0x530) + return std::wcslen(psz); + #else +- return ::wcslen(psz); ++ return wcslen(psz); + #endif + } + |