fixing test compil undoing emmscripten stuff

This commit is contained in:
Clément Le Bihan
2021-06-16 19:58:54 +02:00
parent bd309179e3
commit 5a948bca46
+2 -4
View File
@@ -71,11 +71,9 @@ namespace WAL
explicit System(Wal &wal)
: _wal(wal)
{}
public:
//! @brief A system can't be instantiated, it should be derived.
System(const System &) = delete;
System(const System &) = default;
//! @brief A system can't be instantiated, it should be derived.
System &operator=(const System &) = delete;
System &operator=(const System &) = default;
};
} // namespace WAL