summaryrefslogtreecommitdiff
path: root/FL/Fl_Plugin.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-22 09:16:48 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-22 09:16:48 +0100
commitf59702e290be9ededeeae9f0e78b422cf359de3f (patch)
tree1f952391911e699e1dc9bd25410aea0db5c05cb8 /FL/Fl_Plugin.H
parent007e37d8973c543004a41ff1d7385b0cfd6ffd4c (diff)
A more cross-platform way to fix issue #876
Diffstat (limited to 'FL/Fl_Plugin.H')
-rw-r--r--FL/Fl_Plugin.H2
1 files changed, 1 insertions, 1 deletions
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);
};