summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/files/patch-src::common::strconv.cpp
blob: 67d30a0f4980c5540b1beab07f49beb297a32f98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
 }