mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-28 08:33:36 +00:00
fixing test compil undoing emmscripten stuff
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user