diff options
| author | Manolo Gouy <Manolo> | 2016-04-08 16:00:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-08 16:00:26 +0000 |
| commit | 1ba6928313c3fa25f3b6719a4dfdc9471e72d359 (patch) | |
| tree | d30cbb2942ee50ac2cde90e5c06acc348b766cef /FL | |
| parent | 90682dbd481fca9b7b5b16086f3ac101081e8de5 (diff) | |
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
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_System_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
