diff options
| author | Manolo Gouy <Manolo> | 2017-07-28 14:06:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-07-28 14:06:18 +0000 |
| commit | 879c4df5bd5247a72900915a5c2fc7b9bb308b95 (patch) | |
| tree | c642f7923b463c75d6e336a46029f9d3caa4dd5e | |
| parent | 60567b12ef3853f9cc3745c518c8e92eed1f33d8 (diff) | |
Fix Fl_Native_File_Chooser::filter_value()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12363 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_Native_File_Chooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx index 2cdf95439..2d27528a3 100644 --- a/src/Fl_Native_File_Chooser.cxx +++ b/src/Fl_Native_File_Chooser.cxx @@ -208,7 +208,7 @@ void Fl_Native_File_Chooser::filter_value(int i) { This is only valid if the chooser returns success. */ int Fl_Native_File_Chooser::filter_value() const { - return platform_fnfc->filters(); + return platform_fnfc->filter_value(); } /** |
