X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2dc88a0508a801c68801af0e6bbeba9cf5dd5c0..511383f91b1443d576276c826fdfd5286f9dbbdb:/src/unix/taskbarx11.cpp diff --git a/src/unix/taskbarx11.cpp b/src/unix/taskbarx11.cpp index cf5e12e52a..c335b5d7af 100644 --- a/src/unix/taskbarx11.cpp +++ b/src/unix/taskbarx11.cpp @@ -21,7 +21,7 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#ifdef wxHAS_TASK_BAR_ICON +#if wxUSE_TASKBARICON #include "wx/taskbar.h" @@ -328,4 +328,4 @@ bool wxTaskBarIcon::PopupMenu(wxMenu *menu) return true; } -#endif // wxHAS_TASK_BAR_ICON +#endif // wxUSE_TASKBARICON