From 879c4df5bd5247a72900915a5c2fc7b9bb308b95 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 28 Jul 2017 14:06:18 +0000 Subject: Fix Fl_Native_File_Chooser::filter_value() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12363 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Native_File_Chooser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Native_File_Chooser.cxx') 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(); } /** -- cgit v1.2.3