mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix a whole pile of missing 'override' keywords.
This commit is contained in:
@@ -18,7 +18,7 @@ class D88ImageReader : public ImageReader
|
||||
public:
|
||||
D88ImageReader(const ImageReaderProto& config): ImageReader(config) {}
|
||||
|
||||
std::unique_ptr<Image> readImage()
|
||||
std::unique_ptr<Image> readImage() override
|
||||
{
|
||||
std::ifstream inputFile(
|
||||
_config.filename(), std::ios::in | std::ios::binary);
|
||||
|
||||
Reference in New Issue
Block a user