mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 20:04:29 +03:00
Delete copy constructor of Raster, we dont want to use that. Getting rid of AGG warnings.
This commit is contained in:
@@ -48,7 +48,8 @@ public:
|
||||
/// Constructor taking the resolution and the pixel dimension.
|
||||
explicit Raster(const Resolution& r, const PixelDim& pd );
|
||||
Raster();
|
||||
Raster(const Raster& cpy);
|
||||
Raster(const Raster& cpy) = delete;
|
||||
Raster& operator=(const Raster& cpy) = delete;
|
||||
Raster(Raster&& m);
|
||||
~Raster();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user