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:
4
Externals/wxWidgets3/include/wx/gdiobj.h
vendored
4
Externals/wxWidgets3/include/wx/gdiobj.h
vendored
@ -5,7 +5,7 @@
|
||||
// Modified by:
|
||||
// Created:
|
||||
// Copyright: (c) Julian Smart
|
||||
// RCS-ID: $Id: gdiobj.h 66374 2010-12-14 18:43:49Z VZ $
|
||||
// RCS-ID: $Id: gdiobj.h 70345 2012-01-15 01:05:28Z VZ $
|
||||
// Licence: wxWindows Licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -57,7 +57,7 @@ public:
|
||||
// because it's still widely used)
|
||||
bool Ok() const { return IsOk(); }
|
||||
|
||||
#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXPALMOS__)
|
||||
#if defined(__WXMSW__) || defined(__WXPM__)
|
||||
// Creates the resource
|
||||
virtual bool RealizeResource() { return false; }
|
||||
|
||||
|
Reference in New Issue
Block a user