]> git.saurik.com Git - wxWidgets.git/commitdiff
another compilation fix for whitespace-averse compilers
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 28 Aug 2001 15:43:06 +0000 (15:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 28 Aug 2001 15:43:06 +0000 (15:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/longlong.cpp

index 44415d8dab39dd5924e6fafdef110a406cb5988c..ba47b870f989fdabf4a8620f871acba5031daa3e 100644 (file)
@@ -609,11 +609,10 @@ void *wxLongLongWx::asArray(void) const
 
 wxString
 #if wxUSE_LONGLONG_NATIVE
 
 wxString
 #if wxUSE_LONGLONG_NATIVE
-wxLongLongNative
+wxLongLongNative::ToString() const
 #else
 #else
-wxLognLongWx
+wxLongLongWx::ToString() const
 #endif
 #endif
-::ToString() const
 {
     // TODO: this is awfully inefficient, anything better?
     wxString result;
 {
     // TODO: this is awfully inefficient, anything better?
     wxString result;