summaryrefslogtreecommitdiffstats
path: root/include/sord/sordmm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/sord/sordmm.hpp')
-rw-r--r--include/sord/sordmm.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sord/sordmm.hpp b/include/sord/sordmm.hpp
index abd1c33..236e891 100644
--- a/include/sord/sordmm.hpp
+++ b/include/sord/sordmm.hpp
@@ -42,10 +42,10 @@ public:
Noncopyable() = default;
~Noncopyable() = default;
- Noncopyable(const Noncopyable&) = delete;
+ Noncopyable(const Noncopyable&) = delete;
const Noncopyable& operator=(const Noncopyable&) = delete;
- Noncopyable(Noncopyable&&) = delete;
+ Noncopyable(Noncopyable&&) = delete;
Noncopyable& operator=(Noncopyable&&) = delete;
};
@@ -441,7 +441,7 @@ struct Iter : public Wrapper<SordIter> {
, _world(world)
{}
- Iter(const Iter&) = delete;
+ Iter(const Iter&) = delete;
Iter& operator=(const Iter&) = delete;
inline Iter(Iter&& iter) noexcept