X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1d2466a792bf2fdd30da76529f42d5959eb324c..a4ea083bbdf710d3234dcbd2eafb5d0e078f8348:/src/common/arttango.cpp diff --git a/src/common/arttango.cpp b/src/common/arttango.cpp index 43d40e2064..156ae8fc06 100644 --- a/src/common/arttango.cpp +++ b/src/common/arttango.cpp @@ -3,7 +3,6 @@ // Purpose: art provider using embedded PNG versions of Tango icons // Author: Vadim Zeitlin // Created: 2010-12-27 -// RCS-ID: $Id: wxhead.cpp,v 1.11 2010-04-22 12:44:51 zeitlin Exp $ // Copyright: (c) 2010 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -27,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/image.h" + #include "wx/log.h" #endif // WX_PRECOMP #include "wx/artprov.h" @@ -321,7 +321,7 @@ wxTangoArtProvider::CreateBitmap(const wxArtID& id, /* static */ void wxArtProvider::InitTangoProvider() { - wxArtProvider::Push(new wxTangoArtProvider); + wxArtProvider::PushBack(new wxTangoArtProvider); } #endif // wxUSE_ARTPROVIDER_TANGO