mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
renamed CBaseStreamStringifier to CStreamable
This commit is contained in:
@@ -37,7 +37,7 @@ class ICoordinateGeodetic
|
||||
/*!
|
||||
* \brief Geodetic coordinate
|
||||
*/
|
||||
class CCoordinateGeodetic : public CBaseStreamStringifier, public ICoordinateGeodetic
|
||||
class CCoordinateGeodetic : public CStreamable, public ICoordinateGeodetic
|
||||
{
|
||||
private:
|
||||
BlackMisc::Geo::CLatitude m_latitude; //!< Latitude
|
||||
|
||||
Reference in New Issue
Block a user