diff --git a/include/SCBufferAdaptor.hpp b/include/SCBufferAdaptor.hpp index 5b31b3b..523faec 100644 --- a/include/SCBufferAdaptor.hpp +++ b/include/SCBufferAdaptor.hpp @@ -68,7 +68,7 @@ public: SCBufferAdaptor& operator=(const SCBufferAdaptor&) = delete; SCBufferAdaptor(SCBufferAdaptor&&) = default; - SCBufferAdaptor& operator=(SCBufferAdaptor&&) = default; + SCBufferAdaptor(index bufnum, World* world, bool rt = false)