mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
// Purpose: wxProgressDialog
|
||||
// Author: Rickard Westerlund
|
||||
// Created: 2010-07-22
|
||||
// RCS-ID: $Id: progdlg.h 65574 2010-09-20 13:11:03Z VZ $
|
||||
// RCS-ID: $Id: progdlg.h 69041 2011-09-10 03:26:37Z RD $
|
||||
// Copyright: (c) 2010 wxWidgets team
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -47,6 +47,8 @@ public:
|
||||
// Must provide overload to avoid hiding it (and warnings about it)
|
||||
virtual void Update() { wxGenericProgressDialog::Update(); }
|
||||
|
||||
virtual WXWidget GetHandle() const;
|
||||
|
||||
private:
|
||||
// Performs common routines to Update() and Pulse(). Requires the
|
||||
// shared object to have been entered.
|
||||
|
Reference in New Issue
Block a user