App/Toponaming: Tweak ComplexGeoData destructor
This commit is contained in:
@@ -60,8 +60,6 @@ ComplexGeoData::ComplexGeoData()
|
||||
{
|
||||
}
|
||||
|
||||
ComplexGeoData::~ComplexGeoData() = default;
|
||||
|
||||
Data::Segment* ComplexGeoData::getSubElementByName(const char* name) const
|
||||
{
|
||||
int index = 0;
|
||||
|
||||
@@ -85,7 +85,7 @@ public:
|
||||
/// Constructor
|
||||
ComplexGeoData();
|
||||
/// Destructor
|
||||
~ComplexGeoData() override;
|
||||
virtual ~ComplexGeoData() = default;
|
||||
|
||||
/** @name Sub-element management */
|
||||
//@{
|
||||
|
||||
Reference in New Issue
Block a user