aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/graphics/Image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mglpp/graphics/Image.hpp')
-rw-r--r--include/mglpp/graphics/Image.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mglpp/graphics/Image.hpp b/include/mglpp/graphics/Image.hpp
index a868ad6..4a55ba5 100644
--- a/include/mglpp/graphics/Image.hpp
+++ b/include/mglpp/graphics/Image.hpp
@@ -11,6 +11,8 @@ namespace mgl {
class Image {
public:
Image();
+ Image(const Image&) = delete;
+ Image& operator=(const Image&) = delete;
~Image();
bool load_from_file(const char *filepath);