mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
6
Externals/wxWidgets3/include/wx/gtk/gauge.h
vendored
6
Externals/wxWidgets3/include/wx/gtk/gauge.h
vendored
@ -2,7 +2,7 @@
|
||||
// Name: wx/gtk/gauge.h
|
||||
// Purpose:
|
||||
// Author: Robert Roebling
|
||||
// Id: $Id: gauge.h 42077 2006-10-17 14:44:52Z ABX $
|
||||
// Id: $Id: gauge.h 70165 2011-12-29 14:42:13Z SN $
|
||||
// Copyright: (c) 1998 Robert Roebling
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -43,8 +43,8 @@ public:
|
||||
|
||||
void SetShadowWidth( int WXUNUSED(w) ) { }
|
||||
void SetBezelFace( int WXUNUSED(w) ) { }
|
||||
int GetShadowWidth() const { return 0; };
|
||||
int GetBezelFace() const { return 0; };
|
||||
int GetShadowWidth() const { return 0; }
|
||||
int GetBezelFace() const { return 0; }
|
||||
|
||||
// determinate mode API
|
||||
void SetRange( int r );
|
||||
|
Reference in New Issue
Block a user