X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a994742ab93d8cf6033f19dd7370553efb64a0f..25db1b74f1264c27bbf2e5fcc9f3a19ccc56d5fc:/src/common/longlong.cpp 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;