mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Update to wxWidgets r67291.
Fixes a wxFileSelector regression on OS X. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7404 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
4
Externals/wxWidgets3/include/wx/weakref.h
vendored
4
Externals/wxWidgets3/include/wx/weakref.h
vendored
@ -3,7 +3,7 @@
|
||||
// Purpose: wxWeakRef - Generic weak references for wxWidgets
|
||||
// Author: Arne Steinarson
|
||||
// Created: 27 Dec 07
|
||||
// RCS-ID: $Id: weakref.h 66780 2011-01-27 11:00:26Z SC $
|
||||
// RCS-ID: $Id: weakref.h 67280 2011-03-22 14:17:38Z DS $
|
||||
// Copyright: (c) 2007 Arne Steinarson
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -17,7 +17,7 @@
|
||||
// Some compilers (VC6, Borland, g++ < 3.3) have problem with template specialization.
|
||||
// However, this is only used for optimization purposes (a smaller wxWeakRef pointer)
|
||||
// (and the corner case of wxWeakRef<wxObject>). So for those compilers, we can fall
|
||||
// back to the non-optimal case, where we use a the same type of weak ref (static one)
|
||||
// back to the non-optimal case, where we use the same type of weak ref (static one)
|
||||
// in all cases. See defs.h for various setting these defines depending on compiler.
|
||||
|
||||
#if !defined(HAVE_PARTIAL_SPECIALIZATION) || \
|
||||
|
Reference in New Issue
Block a user