Skip to content
Snippets Groups Projects
Commit 35014cbb authored by Julien Michel's avatar Julien Michel
Browse files

WRG: Missing override

parent 01181350
No related branches found
No related tags found
1 merge request!54Fix warnings on develop build
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
private: private:
SampleAugmentation() {} SampleAugmentation() {}
void DoInit() void DoInit() override
{ {
SetName("SampleAugmentation"); SetName("SampleAugmentation");
SetDescription("Generates synthetic samples from a sample data file."); SetDescription("Generates synthetic samples from a sample data file.");
...@@ -145,7 +145,7 @@ private: ...@@ -145,7 +145,7 @@ private:
SetOfficialDocLink(); SetOfficialDocLink();
} }
void DoUpdateParameters() void DoUpdateParameters() override
{ {
if ( HasValue("in") ) if ( HasValue("in") )
{ {
...@@ -182,7 +182,7 @@ private: ...@@ -182,7 +182,7 @@ private:
} }
} }
void DoExecute() void DoExecute() override
{ {
ogr::DataSource::Pointer vectors; ogr::DataSource::Pointer vectors;
ogr::DataSource::Pointer output; ogr::DataSource::Pointer output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment