mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Fix weak vtables
This commit is contained in:
@@ -25,6 +25,9 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Geo
|
||||
{
|
||||
ICoordinateGeodetic::~ICoordinateGeodetic()
|
||||
{ }
|
||||
|
||||
QString CCoordinateGeodetic::convertToQString(bool i18n) const
|
||||
{
|
||||
return ICoordinateGeodetic::convertToQString(i18n);
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
//! Destructor
|
||||
virtual ~ICoordinateGeodetic() {}
|
||||
virtual ~ICoordinateGeodetic();
|
||||
|
||||
//! Latitude
|
||||
virtual CLatitude latitude() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user