diff options
Diffstat (limited to 'src/BMPImage.h')
| -rw-r--r-- | src/BMPImage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BMPImage.h b/src/BMPImage.h index 651192b..e9da6f5 100644 --- a/src/BMPImage.h +++ b/src/BMPImage.h @@ -12,6 +12,7 @@ namespace TehImage private: public: // template<std::derived_from<Image> T> BMPImage(const T& other) : Image(other) { } + BMPImage() = default; BMPImage(const Image& other) : Image(other) {} int readFromFile(std::string filename) override; |
