]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/listctrl.h
Do not put semicolons after the definition of an inline function.
[wxWidgets.git] / include / wx / osx / listctrl.h
index 46b876f3b4a27ff02892945541a6c7ced531eb9f..9f9f7f3f60acff1cc0ed78bdd008180b91b9967a 100644 (file)
@@ -314,10 +314,10 @@ class WXDLLIMPEXP_CORE wxListCtrl: public wxControl
   bool Update(long item);
 */
 
-  void Command(wxCommandEvent& event) { ProcessCommand(event); };
+  void Command(wxCommandEvent& event) { ProcessCommand(event); }
 
-  wxListCtrlCompare GetCompareFunc() { return m_compareFunc; };
-  wxIntPtr GetCompareFuncData() { return m_compareFuncData; };
+  wxListCtrlCompare GetCompareFunc() { return m_compareFunc; }
+  wxIntPtr GetCompareFuncData() { return m_compareFuncData; }
 
 
   // public overrides needed for pimpl approach