diff options
Diffstat (limited to 'src')
| -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(); } /** |
