mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISC_PQ_ANGLE_H
|
||||
#define BLACKMISC_PQ_ANGLE_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/pq/physicalquantity.h"
|
||||
#include "blackmisc/math/mathutils.h"
|
||||
|
||||
@@ -27,7 +28,7 @@ namespace BlackMisc
|
||||
namespace PhysicalQuantities
|
||||
{
|
||||
//! Physical unit angle (radians, degrees)
|
||||
class CAngle : public CValueObject<CAngle, CPhysicalQuantity<CAngleUnit, CAngle>>
|
||||
class BLACKMISC_EXPORT CAngle : public CValueObject<CAngle, CPhysicalQuantity<CAngleUnit, CAngle>>
|
||||
{
|
||||
public:
|
||||
//! Default constructor
|
||||
|
||||
Reference in New Issue
Block a user