X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/973b546e8eb626e3849f2a708b8fbac80727a094..713e92905e4c463be1cd8b2b626aec8ffa166420:/include/wx/listctrl.h?ds=sidebyside diff --git a/include/wx/listctrl.h b/include/wx/listctrl.h index d24c3007de..ccf2a0548f 100644 --- a/include/wx/listctrl.h +++ b/include/wx/listctrl.h @@ -31,7 +31,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxListCtrlNameStr[]; #if defined(__WIN32__) && !defined(__WXUNIVERSAL__) #include "wx/msw/listctrl.h" #elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__) && wxOSX_USE_CARBON - #include "wx/osx/carbon/listctrl.h" + #include "wx/osx/listctrl.h" #else #include "wx/generic/listctrl.h" #endif