]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
warning in Unicode compilation fixed
[wxWidgets.git] / src / common / longlong.cpp
index 44415d8dab39dd5924e6fafdef110a406cb5988c..ba47b870f989fdabf4a8620f871acba5031daa3e 100644 (file)
@@ -609,11 +609,10 @@ void *wxLongLongWx::asArray(void) const
 
 wxString
 #if wxUSE_LONGLONG_NATIVE
-wxLongLongNative
+wxLongLongNative::ToString() const
 #else
-wxLognLongWx
+wxLongLongWx::ToString() const
 #endif
-::ToString() const
 {
     // TODO: this is awfully inefficient, anything better?
     wxString result;