diff options
Diffstat (limited to 'x11-toolkits/wxgtk/files/patch-src::common::strconv.cpp')
-rw-r--r-- | x11-toolkits/wxgtk/files/patch-src::common::strconv.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-toolkits/wxgtk/files/patch-src::common::strconv.cpp b/x11-toolkits/wxgtk/files/patch-src::common::strconv.cpp deleted file mode 100644 index 67d30a0f4980..000000000000 --- a/x11-toolkits/wxgtk/files/patch-src::common::strconv.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$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 - } - |