summaryrefslogtreecommitdiff
path: root/FL/Fl_File_Chooser.H
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2023-12-06 12:14:45 -0800
committerGreg Ercolano <erco@seriss.com>2023-12-06 12:14:45 -0800
commit2571f2011147379d8c21795b86dcaf62f3a96ee6 (patch)
treed3cda8e73d4adf1554d159b4f43fd3d570920db1 /FL/Fl_File_Chooser.H
parent18ccbb4a4f68a5e974757701ce2553ebe9688ac4 (diff)
Solve issue 856: manolo's parameter names
Diffstat (limited to 'FL/Fl_File_Chooser.H')
-rw-r--r--FL/Fl_File_Chooser.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index 57af5b438..5c1276a12 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -72,7 +72,7 @@ private:
void update_favorites();
void update_preview();
public:
- Fl_File_Chooser(const char *d, const char *p, int t, const char *title);
+ Fl_File_Chooser(const char *pathname, const char *pattern, int type_val, const char *title);
private:
Fl_Double_Window *window;
inline void cb_window_i(Fl_Double_Window*, void*);