mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
renamed CBaseStreamStringifier to CStreamable
This commit is contained in:
@@ -24,7 +24,7 @@ namespace PhysicalQuantities
|
||||
/*!
|
||||
* \brief A physical quantity such as "5m", "20s", "1500ft/s"
|
||||
*/
|
||||
template <class MU, class PQ> class CPhysicalQuantity : public BlackMisc::CBaseStreamStringifier
|
||||
template <class MU, class PQ> class CPhysicalQuantity : public BlackMisc::CStreamable
|
||||
{
|
||||
private:
|
||||
double m_value; //!< numeric part
|
||||
|
||||
Reference in New Issue
Block a user