summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Native_File_Chooser.cxx')
-rw-r--r--src/Fl_Native_File_Chooser.cxx2
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();
}
/**