| 45 | } |
| 46 | |
| 47 | void ImageCanvasComponent::save(cereal::PortableBinaryOutputArchive& a) const { |
| 48 | a(d.editing, d.p1, d.p2, d.imageID, d.cropP1, d.cropP2); |
| 49 | } |
| 50 | |
| 51 | void ImageCanvasComponent::load(cereal::PortableBinaryInputArchive& a) { |
| 52 | a(d.editing, d.p1, d.p2, d.imageID, d.cropP1, d.cropP2); |
no outgoing calls
no test coverage detected