summaryrefslogtreecommitdiff
path: root/fluid/tools/filename.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-03-08 00:14:09 +0100
committerMatthias Melcher <github@matthiasm.com>2025-03-08 00:14:27 +0100
commit15ad447e2a0301b2aa4ea350615ae71f0e5e5ef5 (patch)
tree706f8f9a6317f1074951e6174a4857ebafbca117 /fluid/tools/filename.h
parentca22660bbb7efe4b38ab5af6a233a1ef5ef33389 (diff)
Fluid: last incremental chage, restructuring
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