From d979d02139158069201b489ad5a9e674a8cee951 Mon Sep 17 00:00:00 2001 From: sam gateau Date: Fri, 7 Sep 2018 10:03:55 -0700 Subject: [PATCH] why did i do that? --- libraries/gpu-gl-common/src/gpu/gl/GLBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/gpu-gl-common/src/gpu/gl/GLBuffer.h b/libraries/gpu-gl-common/src/gpu/gl/GLBuffer.h index b9fe125c8d..6b7d3405f0 100644 --- a/libraries/gpu-gl-common/src/gpu/gl/GLBuffer.h +++ b/libraries/gpu-gl-common/src/gpu/gl/GLBuffer.h @@ -65,7 +65,7 @@ public: ~GLBuffer(); - virtual void transfer() {}; + virtual void transfer() = 0; protected: GLBuffer(const std::weak_ptr& backend, const Buffer& buffer, GLuint id);