]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xti.h
ssize_t is always defined in OSX
[wxWidgets.git] / include / wx / xti.h
index 8137aa64a80eb5a138c185db44ae7493d5e0eb2a..c2e3b87d0d769bd16dc740584100b9698ec5c451 100644 (file)
@@ -877,7 +877,8 @@ public :
     wxGenericPropertyAccessor( const wxString &propName ) ;
     ~wxGenericPropertyAccessor() ;
 
-    void RenameProperty( const wxString &oldName , const wxString &newName )
+    void RenameProperty( const wxString& WXUNUSED_UNLESS_DEBUG(oldName),
+        const wxString& newName )
     {
         wxASSERT( oldName == m_propertyName ) ; m_propertyName = newName ;
     }