summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Native_File_Chooser_WIN32.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx
index d46803c15..b1d6bab78 100644
--- a/src/Fl_Native_File_Chooser_WIN32.cxx
+++ b/src/Fl_Native_File_Chooser_WIN32.cxx
@@ -821,6 +821,10 @@ const char* Fl_Native_File_Chooser::preset_file() const {
return(_preset_file);
}
+int Fl_Native_File_Chooser::filters() const {
+ return(_nfilters);
+}
+
char *wchartoutf8(LPCWSTR in)
{
static char *out = NULL;