X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51c0a521a9ed629f5f879266831e363147f694d2..e22c27b6bdd2745ac5fa49d20ea14d16f8bc0110:/include/wx/msw/listctrl.h diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 0c59d4bb6d..ef0a992d06 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -173,7 +173,7 @@ public: }; // type of compare function for wxListCtrl sort operation -typedef int (CALLBACK *wxListCtrlCompare)(long item1, long item2, long sortData); +typedef int (wxCALLBACK *wxListCtrlCompare)(long item1, long item2, long sortData); class WXDLLEXPORT wxListCtrl: public wxControl {