diff options
| author | Manolo Gouy <Manolo> | 2016-04-02 07:03:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-02 07:03:18 +0000 |
| commit | 77e5a5c11ae4d00a6ffe96c3334ea9906fc0fc78 (patch) | |
| tree | 1783f6107ae77959f482a1c5459c6eef4783ddcc /src/drivers/Darwin/Fl_Darwin_System_Driver.H | |
| parent | 7b37960d9520861bb53fdfcaa310bb509d346368 (diff) | |
Move get_carbon_function() to the Fl_Darwin_System_Driver class where it belongs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11501 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Darwin/Fl_Darwin_System_Driver.H')
| -rw-r--r-- | src/drivers/Darwin/Fl_Darwin_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H index 3ba7155b6..ab99c54d0 100644 --- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H +++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H @@ -63,6 +63,7 @@ public: virtual int rmdir(const char* f) {return ::rmdir(f);} virtual int rename(const char* f, const char *n) {return ::rename(f, n);} virtual int clocale_printf(FILE *output, const char *format, va_list args); + static void *get_carbon_function(const char *name); }; #endif // FL_DARWIN_SYSTEM_DRIVER_H |
