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:
@@ -47,7 +47,7 @@ public:
|
||||
return std::make_unique<EmptyFluxSourceIterator>();
|
||||
}
|
||||
|
||||
void recalibrate() {}
|
||||
void recalibrate() override {}
|
||||
|
||||
private:
|
||||
const DiskFlux& _flux;
|
||||
|
||||
Reference in New Issue
Block a user