App/Toponaming: Tweak ComplexGeoData destructor

This commit is contained in:
Chris Hennes
2023-07-17 10:24:29 -05:00
parent 370e794d27
commit 64b4a5a490
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -60,8 +60,6 @@ ComplexGeoData::ComplexGeoData()
{
}
ComplexGeoData::~ComplexGeoData() = default;
Data::Segment* ComplexGeoData::getSubElementByName(const char* name) const
{
int index = 0;
+1 -1
View File
@@ -85,7 +85,7 @@ public:
/// Constructor
ComplexGeoData();
/// Destructor
~ComplexGeoData() override;
virtual ~ComplexGeoData() = default;
/** @name Sub-element management */
//@{