From 683bb6679177a37a669b725be98cd2bf5550db47 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Thu, 2 Apr 2020 15:39:34 +0100 Subject: [PATCH] Delete implicitly deleted operator --- include/SCBufferAdaptor.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/SCBufferAdaptor.hpp b/include/SCBufferAdaptor.hpp index 5b31b3b..f424890 100644 --- a/include/SCBufferAdaptor.hpp +++ b/include/SCBufferAdaptor.hpp @@ -68,9 +68,7 @@ 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) {}