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:
6
Externals/wxWidgets3/include/wx/docview.h
vendored
6
Externals/wxWidgets3/include/wx/docview.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: docview.h 66852 2011-02-06 01:01:09Z VZ $
|
||||
// RCS-ID: $Id: docview.h 67280 2011-03-22 14:17:38Z DS $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -184,8 +184,8 @@ protected:
|
||||
bool m_savedYet;
|
||||
|
||||
// Called by OnSaveDocument and OnOpenDocument to implement standard
|
||||
// Save/Load behavior. Re-implement in derived class for custom
|
||||
// behavior.
|
||||
// Save/Load behaviour. Re-implement in derived class for custom
|
||||
// behaviour.
|
||||
virtual bool DoSaveDocument(const wxString& file);
|
||||
virtual bool DoOpenDocument(const wxString& file);
|
||||
|
||||
|
Reference in New Issue
Block a user