another compilation fix for whitespace-averse compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-28 15:43:06 +00:00
parent 277d672a9d
commit f20f656963

View File

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