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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user