Delete implicitly deleted operator

nix
Owen Green 6 years ago
parent bd7b2bfdb6
commit 683bb66791

@ -68,8 +68,6 @@ public:
SCBufferAdaptor& operator=(const SCBufferAdaptor&) = delete;
SCBufferAdaptor(SCBufferAdaptor&&) = default;
SCBufferAdaptor& operator=(SCBufferAdaptor&&) = default;
SCBufferAdaptor(index bufnum, World* world, bool rt = false)
: NRTBuf(world, bufnum, rt), mBufnum(bufnum), mWorld(world)

Loading…
Cancel
Save