#1061 Add missing override keyword in ApplicationCode.

This commit is contained in:
Kristian Bendiksen
2020-09-14 21:47:48 +02:00
parent 69a1901904
commit 724131d310
27 changed files with 45 additions and 41 deletions

View File

@@ -44,7 +44,7 @@ class RimcSummaryPlotCollection_newSummaryPlot : public caf::PdmObjectMethod
public:
RimcSummaryPlotCollection_newSummaryPlot( caf::PdmObjectHandle* self );
caf::PdmObjectHandle* execute();
caf::PdmObjectHandle* execute() override;
bool resultIsPersistent() const override;
std::unique_ptr<PdmObjectHandle> defaultResult() const override;