mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
3
Externals/wxWidgets3/include/wx/listimpl.cpp
vendored
3
Externals/wxWidgets3/include/wx/listimpl.cpp
vendored
@ -4,7 +4,6 @@
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 16/11/98
|
||||
// RCS-ID: $Id: listimpl.cpp 67343 2011-03-30 14:16:04Z VZ $
|
||||
// Copyright: (c) 1998 Vadim Zeitlin
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -17,7 +16,7 @@
|
||||
{ \
|
||||
delete X; \
|
||||
} \
|
||||
name::BaseListType name::EmptyList;
|
||||
_WX_LIST_HELPER_##name::BaseListType _WX_LIST_HELPER_##name::EmptyList;
|
||||
|
||||
#else // !wxUSE_STD_CONTAINERS
|
||||
#undef WX_DEFINE_LIST_2
|
||||
|
Reference in New Issue
Block a user