From f59702e290be9ededeeae9f0e78b422cf359de3f Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:16:48 +0100 Subject: A more cross-platform way to fix issue #876 --- FL/Fl_Plugin.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Plugin.H b/FL/Fl_Plugin.H index 1806f025b..6342c7ec4 100644 --- a/FL/Fl_Plugin.H +++ b/FL/Fl_Plugin.H @@ -82,7 +82,7 @@ public: static void removePlugin(Fl_Preferences::ID id); static int load(const char *filename); - static int loadAll(const char *filepath, const char *pattern=0); + static int loadAll(const char *dirpath, const char *pattern=0); }; -- cgit v1.2.3