X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..2830bf19dc5094794e8f1fee05aceb591ffe215b:/include/wx/gtk/statbmp.h diff --git a/include/wx/gtk/statbmp.h b/include/wx/gtk/statbmp.h index b534110b1d..1bddd276b2 100644 --- a/include/wx/gtk/statbmp.h +++ b/include/wx/gtk/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 ///////////////////////////////////////////////////////////////////////////// @@ -51,7 +50,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;