From f20f6569634a600dcd54b811970c1f5c5a3226f5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 28 Aug 2001 15:43:06 +0000 Subject: [PATCH] another compilation fix for whitespace-averse compilers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/longlong.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.45.2