| 20 | // class member definitions |
| 21 | namespace Exiv2 { |
| 22 | BmpImage::BmpImage(BasicIo::UniquePtr io) : Image(ImageType::bmp, mdNone, std::move(io)) { |
| 23 | } |
| 24 | |
| 25 | std::string BmpImage::mimeType() const { |
| 26 | // "image/bmp" is a Generic Bitmap |
nothing calls this directly
no outgoing calls
no test coverage detected