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
No related merge requests found
......@@ -51,7 +51,7 @@ public:
private:
SampleAugmentation() {}
void DoInit()
void DoInit() override
{
SetName("SampleAugmentation");
SetDescription("Generates synthetic samples from a sample data file.");
......@@ -145,7 +145,7 @@ private:
SetOfficialDocLink();
}
void DoUpdateParameters()
void DoUpdateParameters() override
{
if ( HasValue("in") )
{
......@@ -182,7 +182,7 @@ private:
}
}
void DoExecute()
void DoExecute() override
{
ogr::DataSource::Pointer vectors;
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