diff options
Diffstat (limited to 'src/Fl_System_Driver.H')
| -rw-r--r-- | src/Fl_System_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H index 73f197f95..44b2333c0 100644 --- a/src/Fl_System_Driver.H +++ b/src/Fl_System_Driver.H @@ -178,7 +178,7 @@ public: // the default implementation of preferences_need_protection_check() may be enough virtual int preferences_need_protection_check() {return 0;} // implement to support Fl_Plugin_Manager::load() - virtual void *dlopen(const char *filename) {return NULL;} + virtual void *load(const char *filename) {return NULL;} // the default implementation is most probably enough virtual void png_extra_rgba_processing(unsigned char *array, int w, int h) {} // the default implementation is most probably enough |
