X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..04e8174b84ae91681417eb06fc54d3660e306606:/include/wx/gtk1/statbmp.h diff --git a/include/wx/gtk1/statbmp.h b/include/wx/gtk1/statbmp.h index b534110b1d..ab6e7c331d 100644 --- a/include/wx/gtk1/statbmp.h +++ b/include/wx/gtk1/statbmp.h @@ -2,9 +2,8 @@ // Name: statbmp.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -19,6 +18,7 @@ #include "wx/defs.h" #include "wx/object.h" #include "wx/control.h" +#include "wx/bitmap.h" //----------------------------------------------------------------------------- // classes @@ -51,7 +51,7 @@ class wxStaticBitmap: public wxControl long style = 0, const wxString& name = wxStaticBitmapNameStr); virtual void SetBitmap( const wxBitmap& bitmap ); wxBitmap& GetBitmap(void) const { return (wxBitmap&)m_bitmap; } - + private: wxBitmap m_bitmap;