]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/image.h
Proper support for copying images
[libs/gui.git] / source / graphics / image.h
index 29fd288c5634ca96a0b26c604b0cb56968ee89a3..9f170046a333880bcad995e2fbd3e0574b28e538 100644 (file)
@@ -23,6 +23,8 @@ public:
                char *data;
 
                Data();
+               Data(const Data &);
+               Data &operator=(const Data &);
                ~Data();
        };