mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
// Author: Diaa M. Sami
|
||||
// Modified by:
|
||||
// Created: Aug-10-2007
|
||||
// RCS-ID: $Id: filectrl.h 64429 2010-05-29 10:35:47Z VZ $
|
||||
// RCS-ID: $Id: filectrl.h 70165 2011-12-29 14:42:13Z SN $
|
||||
// Copyright: (c) Diaa M. Sami
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -88,7 +88,7 @@ public:
|
||||
Create( parent, id, defaultDirectory, defaultFilename, wildCard, style, pos, size, name );
|
||||
}
|
||||
|
||||
virtual ~wxGtkFileCtrl() {};
|
||||
virtual ~wxGtkFileCtrl() {}
|
||||
|
||||
void Init();
|
||||
bool Create( wxWindow *parent,
|
||||
|
Reference in New Issue
Block a user