]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipdlg.h
Use an enum for the colour/string conversion flags
[wxWidgets.git] / include / wx / tipdlg.h
index 7058568f8c548c621bac1f215ad52bdade7495b2..5f5ecc6c305775959264ff95c055333ec3f3dd4f 100644 (file)
@@ -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