X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cdcfde5d20f9dfdef75984802862924a68cdc2e1..04d24675d3d26e9ae8af8b4bd390532d03adcbe1:/include/wx/msw/taskbar.h diff --git a/include/wx/msw/taskbar.h b/include/wx/msw/taskbar.h index b6399dad35..629b540763 100644 --- a/include/wx/msw/taskbar.h +++ b/include/wx/msw/taskbar.h @@ -35,6 +35,7 @@ public: // MSW-specific class methods +#if wxUSE_TASKBARICON_BALLOONS // show a balloon notification (the icon must have been already initialized // using SetIcon) // @@ -50,6 +51,7 @@ public: const wxString& text, unsigned msec = 0, int flags = 0); +#endif // wxUSE_TASKBARICON_BALLOONS protected: friend class wxTaskBarIconWindow;