summaryrefslogtreecommitdiff
path: root/fluid/autodoc.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-03-07 00:48:18 +0100
committerMatthias Melcher <github@matthiasm.com>2025-03-07 00:48:18 +0100
commit9cfd932d3a0d8d8fba61e0ffb91614b8fdcbafea (patch)
tree3581cf1c2cba5ada829a9ebdaf58c80302281c7a /fluid/autodoc.h
parent3068c7a0af0afbad572f88e074235853fd8be34c (diff)
Replce Fl_String in Fluid with std::string.
Also fix for Linux.
Diffstat (limited to 'fluid/autodoc.h')
-rw-r--r--fluid/autodoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/autodoc.h b/fluid/autodoc.h
index 060b166ab..1d6ec621b 100644
--- a/fluid/autodoc.h
+++ b/fluid/autodoc.h
@@ -53,7 +53,7 @@ extern const int FL_SNAP_TO_WINDOW;
extern Fl_Widget *FL_SNAP_AREA_CLEAR;
-extern void run_autodoc(const Fl_String &target_dir);
+extern void run_autodoc(const std::string &target_dir);
#endif