]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/statbmp.h
Add the correct dll export macros
[wxWidgets.git] / include / wx / osx / carbon / statbmp.h
index 17d38360f5e00d386e2cf9152bf139338683cf0d..f285535583e6622308b0a3c0c212af4370f6aee1 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        statbmp.h
+// Name:        wx/osx/carbon/statbmp.h
 // Purpose:     wxStaticBitmap class
 // Author:      Stefan Csomor
 // Modified by:
@@ -51,14 +51,14 @@ class WXDLLIMPEXP_CORE wxStaticBitmap: public wxStaticBitmapBase
       }
   void  SetIcon(const wxIcon& icon) { SetBitmap( (const wxBitmap &)icon ) ; }
 
-  // overriden base class virtuals
-  virtual bool AcceptsFocus() const { return FALSE; }
+  // overridden base class virtuals
+  virtual bool AcceptsFocus() const { return false; }
 
  protected:
     virtual wxSize DoGetBestSize() const;
 
     wxBitmap m_bitmap;
-    DECLARE_EVENT_TABLE() 
+    DECLARE_EVENT_TABLE()
 };
 
 #endif