X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..2f10e91ab78fb434225428948690f3eab0fe4947:/include/wx/tipdlg.h?ds=inline diff --git a/include/wx/tipdlg.h b/include/wx/tipdlg.h index 7058568f8c..5f5ecc6c30 100644 --- a/include/wx/tipdlg.h +++ b/include/wx/tipdlg.h @@ -61,8 +61,10 @@ protected: // specified text file as the source of tips (each line is a tip). // // NB: the caller is responsible for deleting the pointer! +#if wxUSE_TEXTFILE WXDLLIMPEXP_ADV wxTipProvider *wxCreateFileTipProvider(const wxString& filename, size_t currentTip); +#endif // wxUSE_TEXTFILE // ---------------------------------------------------------------------------- // wxTipDialog