mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISC_PQ_SPEED_H
|
||||
#define BLACKMISC_PQ_SPEED_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/pq/physicalquantity.h"
|
||||
|
||||
namespace BlackMisc
|
||||
@@ -29,7 +30,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Speed class, e.g. "m/s", "NM/h", "km/h", "ft/s"
|
||||
*/
|
||||
class CSpeed : public CValueObject<CSpeed, CPhysicalQuantity<CSpeedUnit, CSpeed>>
|
||||
class BLACKMISC_EXPORT CSpeed : public CValueObject<CSpeed, CPhysicalQuantity<CSpeedUnit, CSpeed>>
|
||||
{
|
||||
public:
|
||||
//! Default constructor
|
||||
|
||||
Reference in New Issue
Block a user