// Purpose: wxArtProvider instance with native Mac stock icons
// Author: Alan Shouls
// Created: 2006-10-30
-// RCS-ID: $Id$
// Copyright: (c) wxWindows team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/* static */ void wxArtProvider::InitNativeProvider()
{
- wxArtProvider::Push(new wxMacArtProvider);
+ PushBack(new wxMacArtProvider);
}
#if wxOSX_USE_COCOA_OR_CARBON