X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..26dddf6c3455f95bef2dcb2a0a514fa0558b50ab:/include/wx/mac/statbmp.h diff --git a/include/wx/mac/statbmp.h b/include/wx/mac/statbmp.h index 04b36469bf..8a16726c57 100644 --- a/include/wx/mac/statbmp.h +++ b/include/wx/mac/statbmp.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: statbmp.h // Purpose: wxStaticBitmap class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATBMP_H_ #define _WX_STATBMP_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "statbmp.h" #endif @@ -50,8 +50,8 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase wxBitmap GetBitmap() const { return m_bitmap; } wxIcon GetIcon() const { - // icons and bitmaps are really the same thing in wxMac - return (const wxIcon &)m_bitmap; + // icons and bitmaps are really the same thing in wxMac + return (const wxIcon &)m_bitmap; } void SetIcon(const wxIcon& icon) { SetBitmap( (const wxBitmap &)icon ) ; } @@ -61,7 +61,7 @@ class WXDLLEXPORT wxStaticBitmap: public wxStaticBitmapBase protected: wxBitmap m_bitmap; - DECLARE_EVENT_TABLE() + DECLARE_EVENT_TABLE() }; #endif