summaryrefslogtreecommitdiffstats
path: root/raul/Path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Path.hpp')
-rw-r--r--raul/Path.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Path.hpp b/raul/Path.hpp
index 565e759..91122c6 100644
--- a/raul/Path.hpp
+++ b/raul/Path.hpp
@@ -29,7 +29,6 @@
namespace Raul {
-
/** A URI which is a path (for example a filesystem or OSC path).
*
* This enforces that a Path is a valid path, where each fragment is a valid
@@ -216,7 +215,6 @@ private:
inline Path(bool unchecked, const URI& uri) : URI(uri) {}
};
-
} // namespace Raul
#endif // RAUL_PATH_HPP