From 1ba6928313c3fa25f3b6719a4dfdc9471e72d359 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 8 Apr 2016 16:00:26 +0000 Subject: Rewrite filename_ext.cxx for the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11556 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_System_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H index 867db56f9..2b52c8afe 100644 --- a/FL/Fl_System_Driver.H +++ b/FL/Fl_System_Driver.H @@ -110,6 +110,8 @@ public: virtual int filename_isdir(const char* n); // the default implementation of filename_isdir_quick() is in src/filename_isdir.cxx and may be enough virtual int filename_isdir_quick(const char* n); + // the default implementation of filename_iext() is in src/filename_ext.cxx and may be enough + virtual const char *filename_ext(const char *buf); }; #endif // FL_SYSTEM_DRIVER_H -- cgit v1.2.3