compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
// wxRendererMac: our wxRendererNative implementation
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxRendererMac : public wxRendererNative
|
||||
class WXDLLEXPORT wxRendererMac : public wxDelegateRendererNative
|
||||
{
|
||||
public:
|
||||
// draw the header control button (used by wxListCtrl)
|
||||
@@ -114,7 +114,7 @@ static const char *aqua_arrow_down_xpm[] = {
|
||||
// ============================================================================
|
||||
|
||||
/* static */
|
||||
wxRendererNative& wxRendererMac::Get()
|
||||
wxRendererNative& wxRendererNative::Get()
|
||||
{
|
||||
static wxRendererMac s_rendererMac;
|
||||
|
||||
|
Reference in New Issue
Block a user