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
|
wxString
|
||||||
#if wxUSE_LONGLONG_NATIVE
|
#if wxUSE_LONGLONG_NATIVE
|
||||||
wxLongLongNative
|
wxLongLongNative::ToString() const
|
||||||
#else
|
#else
|
||||||
wxLognLongWx
|
wxLongLongWx::ToString() const
|
||||||
#endif
|
#endif
|
||||||
::ToString() const
|
|
||||||
{
|
{
|
||||||
// TODO: this is awfully inefficient, anything better?
|
// TODO: this is awfully inefficient, anything better?
|
||||||
wxString result;
|
wxString result;
|
||||||
|
|||||||
Reference in New Issue
Block a user