summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser_GTK.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-31 10:58:03 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-31 10:58:03 +0200
commit2a6e9d9493c37de1972953afe9dfb88a2352bab9 (patch)
tree0427b6661e1d16b2684551edd2ba4eecc3fdb7ba /src/Fl_Native_File_Chooser_GTK.cxx
parent778a4577d4db949db3f0aadc32fc227ac025bc56 (diff)
Fl_X11_System_Driver::probe_for_GTK() is now Fl_Posix_System_Driver::probe_for_GTK()
Diffstat (limited to 'src/Fl_Native_File_Chooser_GTK.cxx')
-rw-r--r--src/Fl_Native_File_Chooser_GTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx
index 30b2fde6e..e9decde1e 100644
--- a/src/Fl_Native_File_Chooser_GTK.cxx
+++ b/src/Fl_Native_File_Chooser_GTK.cxx
@@ -879,7 +879,7 @@ return; }
*/
void Fl_GTK_Native_File_Chooser_Driver::probe_for_GTK_libs(void) {
void *ptr_gtk;
- if ( !Fl_X11_System_Driver::probe_for_GTK(2, 4, &ptr_gtk)) {
+ if ( !Fl_Posix_System_Driver::probe_for_GTK(2, 4, &ptr_gtk)) {
did_find_GTK_libs = 0;
return;
}