]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/stattext.h
Build fix: forgotten part of the previous commit.
[wxWidgets.git] / include / wx / osx / stattext.h
index fc69ab3457c57a5e43eaa57ce8f7bb95caa5ede2..3f76b748a48cdce83da5eec536f053257af91d77 100644 (file)
@@ -38,7 +38,7 @@ public:
   void SetLabel( const wxString &str ) ;
   bool SetFont( const wxFont &font );
 
-    virtual bool AcceptsFocus() const { return FALSE; }
+    virtual bool AcceptsFocus() const { return false; }
 
 protected :