Skip to content
Snippets Groups Projects
Commit 877726d1 authored by Victor Poughon's avatar Victor Poughon
Browse files

STYLE: prefer = default; dtor syntax

parent e68503c1
No related branches found
No related tags found
No related merge requests found
......@@ -71,9 +71,7 @@ public:
static constexpr double Epsilon = 0.0000001;
// Necessary to be used as an abstract base class
virtual ~RadiometricIndex()
{
}
virtual ~RadiometricIndex() = default;
/**
* \param requiredBands the set<CommonBandNames> of required bands
......
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