]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/selstore.h
fixed the mess (nested C/C++ comments) intorduced by automatic comments conversion
[wxWidgets.git] / include / wx / selstore.h
index a2485979881ced5a65618dad12b366b43ee6fa1c..8ddb73be184eb7238eab1f7c3fb32d2ba513d00c 100644 (file)
@@ -48,7 +48,7 @@ public:
     void Clear() { m_itemsSel.Clear(); m_count = 0; m_defaultState = FALSE; }
 
     // must be called when a new item is inserted/added
-    void OnItemAdd(size_t item) { wxFAIL_MSG( _T("TODO") ); }
+    void OnItemAdd(size_t WXUNUSED(item)) { wxFAIL_MSG( _T("TODO") ); }
 
     // must be called when an item is deleted
     void OnItemDelete(size_t item);