Some compile warnings removed; file selector prototypes put in each filedlg.h;
Dialog Editor wxGTK makefile hacked git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -210,7 +210,11 @@ class WXDLLEXPORT wxPathList : public wxStringList
|
||||
{
|
||||
public:
|
||||
void AddEnvList(const wxString& envVariable); // Adds all paths in environment variable
|
||||
|
||||
void Add(const wxString& path);
|
||||
// Avoid compiler warning
|
||||
wxNode *Add(const char *s) { return wxStringList::Add(s); }
|
||||
|
||||
wxString FindValidPath(const wxString& filename); // Find the first full path
|
||||
// for which the file exists
|
||||
wxString FindAbsoluteValidPath(const wxString& filename); // Find the first full path
|
||||
|
Reference in New Issue
Block a user