aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/graphics/Texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mglpp/graphics/Texture.hpp')
-rw-r--r--include/mglpp/graphics/Texture.hpp1
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);