App/Toponaming: Tweak ComplexGeoData destructor

This commit is contained in:
Chris Hennes
2023-07-16 23:03:50 -05:00
parent ba33e50962
commit 73689f269c
2 changed files with 1 additions and 3 deletions

View File

@@ -60,8 +60,6 @@ ComplexGeoData::ComplexGeoData()
{
}
ComplexGeoData::~ComplexGeoData() = default;
Data::Segment* ComplexGeoData::getSubElementByName(const char* name) const
{
int index = 0;

View File

@@ -85,7 +85,7 @@ public:
/// Constructor
ComplexGeoData();
/// Destructor
~ComplexGeoData() override;
virtual ~ComplexGeoData() = default;
/** @name Sub-element management */
//@{