summaryrefslogtreecommitdiffstats
path: root/include/raul/Path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/raul/Path.hpp')
-rw-r--r--include/raul/Path.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/raul/Path.hpp b/include/raul/Path.hpp
index 0be7e99..b204bab 100644
--- a/include/raul/Path.hpp
+++ b/include/raul/Path.hpp
@@ -66,11 +66,10 @@ public:
}
}
- Path(const Path& path) = default;
+ Path(const Path& path) = default;
Path& operator=(const Path& path) = default;
-
- Path(Path&& path) = default;
- Path& operator=(Path&& path) = default;
+ Path(Path&& path) = default;
+ Path& operator=(Path&& path) = default;
~Path() = default;