mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
5
Externals/wxWidgets3/include/wx/editlbox.h
vendored
5
Externals/wxWidgets3/include/wx/editlbox.h
vendored
@ -2,7 +2,6 @@
|
||||
// Name: wx/editlbox.h
|
||||
// Purpose: ListBox with editable items
|
||||
// Author: Vaclav Slavik
|
||||
// RCS-ID: $Id: editlbox.h 56651 2008-11-02 22:16:14Z FM $
|
||||
// Copyright: (c) Vaclav Slavik
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -89,6 +88,10 @@ protected:
|
||||
|
||||
DECLARE_CLASS(wxEditableListBox)
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
private:
|
||||
void SwapItems(long i1, long i2);
|
||||
|
||||
};
|
||||
|
||||
#endif // wxUSE_EDITABLELISTBOX
|
||||
|
Reference in New Issue
Block a user