]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/menuitem.h
Make wxLoadUserResource() declaration available to wxBase too.
[wxWidgets.git] / include / wx / osx / menuitem.h
index 8e9e82da3182cbd11e36cecca090bf6d1b17029a..3e7c246bf711321b39c29599306228cf1872d54b 100644 (file)
@@ -75,7 +75,7 @@ private:
 
     wxBitmap  m_bitmap; // Bitmap for menuitem, if any
     void* m_menu ; // the appropriate menu , may also be a system menu
-    
+
     wxMenuItemImpl* m_peer;
 
     DECLARE_DYNAMIC_CLASS(wxMenuItem)