mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
6
Externals/wxWidgets3/include/wx/dlist.h
vendored
6
Externals/wxWidgets3/include/wx/dlist.h
vendored
@ -13,7 +13,7 @@
|
||||
#include "wx/defs.h"
|
||||
#include "wx/utils.h"
|
||||
|
||||
#if wxUSE_STL
|
||||
#if wxUSE_STD_CONTAINERS
|
||||
|
||||
#include "wx/beforestd.h"
|
||||
#include <algorithm>
|
||||
@ -199,7 +199,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#else // STL
|
||||
#else // !wxUSE_STD_CONTAINERS
|
||||
|
||||
template <typename T>
|
||||
class wxDList
|
||||
@ -845,6 +845,6 @@ public:
|
||||
} */
|
||||
};
|
||||
|
||||
#endif // wxUSE_STL/!wxUSE_STL
|
||||
#endif // wxUSE_STD_CONTAINERS/!wxUSE_STD_CONTAINERS
|
||||
|
||||
#endif // _WX_DLIST_H_
|
||||
|
Reference in New Issue
Block a user