summaryrefslogtreecommitdiff
path: root/fluid/tools/filename.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/tools/filename.h')
-rw-r--r--fluid/tools/filename.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/fluid/tools/filename.h b/fluid/tools/filename.h
index 4544a0534..13488d399 100644
--- a/fluid/tools/filename.h
+++ b/fluid/tools/filename.h
@@ -14,7 +14,7 @@
* https://www.fltk.org/bugs.php
*/
-/** \file fluid/fluid_filename.h
+/** \file fluid/filename.h
\brief Handling file names operations that are not in the core library.
*/
@@ -25,4 +25,10 @@
std::string fl_filename_shortened(const std::string &filename, int maxchars);
+namespace fld {
+
+using filename = std::string;
+
+} // namespace fld
+
#endif // FLUID_TOOLS_FILENAME_H