mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
// Purpose: wxFileHistory class
|
||||
// Author: Julian Smart, Vaclav Slavik
|
||||
// Created: 2010-05-03
|
||||
// RCS-ID: $Id: filehistory.h 64240 2010-05-07 06:45:48Z VS $
|
||||
// RCS-ID: $Id: filehistory.h 70503 2012-02-03 17:27:13Z VZ $
|
||||
// Copyright: (c) Julian Smart, Vaclav Slavik
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -23,6 +23,7 @@
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxMenu;
|
||||
class WXDLLIMPEXP_FWD_BASE wxConfigBase;
|
||||
class WXDLLIMPEXP_FWD_BASE wxFileName;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// File history management
|
||||
@ -79,6 +80,10 @@ private:
|
||||
// The ID of the first history menu item (Doesn't have to be wxID_FILE1)
|
||||
wxWindowID m_idBase;
|
||||
|
||||
// Normalize a file name to canonical form. We have a special function for
|
||||
// this to ensure the same normalization is used everywhere.
|
||||
static wxString NormalizeFileName(const wxFileName& filename);
|
||||
|
||||
wxDECLARE_NO_COPY_CLASS(wxFileHistoryBase);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user