#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;