summaryrefslogtreecommitdiff
path: root/fluid/autodoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/autodoc.cxx')
-rw-r--r--fluid/autodoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/autodoc.cxx b/fluid/autodoc.cxx
index ef022790b..a6c7f2fc5 100644
--- a/fluid/autodoc.cxx
+++ b/fluid/autodoc.cxx
@@ -368,7 +368,7 @@ int fl_snapshot(const char *filename, Fl_Widget *w,
/** @} */
-void run_autodoc(const Fl_String &target_dir) {
+void run_autodoc(const std::string &target_dir) {
// A list of all the margins we will use later
Fl_Margin win_margin(0, 0, 0, 0);
Fl_Margin win_blend(10, 10, 10, 10);