diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mglpp/graphics/Texture.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mglpp/graphics/Texture.hpp b/include/mglpp/graphics/Texture.hpp index 5ef94a0..906818c 100644 --- a/include/mglpp/graphics/Texture.hpp +++ b/include/mglpp/graphics/Texture.hpp @@ -18,6 +18,7 @@ namespace mgl { Texture(); Texture(Texture &&other); + Texture& operator=(Texture &&other); ~Texture(); static Texture reference(mgl_texture ref); |