From: Vadim Zeitlin Date: Tue, 28 Aug 2001 15:43:06 +0000 (+0000) Subject: another compilation fix for whitespace-averse compilers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f20f6569634a600dcd54b811970c1f5c5a3226f5 another compilation fix for whitespace-averse compilers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 44415d8dab..ba47b870f9 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -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;