X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a994742ab93d8cf6033f19dd7370553efb64a0f..124193837f27d1fb75b9607f0e005b9897d1e320:/src/common/longlong.cpp?ds=sidebyside diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 824f039db2..ba47b870f9 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -608,12 +608,11 @@ void *wxLongLongWx::asArray(void) const #endif // wxUSE_LONGLONG_WX wxString -#ifdef wxUSE_LONGLONG_NATIVE -wxLongLongNative +#if wxUSE_LONGLONG_NATIVE +wxLongLongNative::ToString() const #else -wxLognLongWx +wxLongLongWx::ToString() const #endif -::ToString() const { // TODO: this is awfully inefficient, anything better? wxString result;