mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISC_PQ_TIME_H
|
||||
#define BLACKMISC_PQ_TIME_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/pq/physicalquantity.h"
|
||||
|
||||
namespace BlackMisc
|
||||
@@ -29,7 +30,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Time class, e.g. "ms", "hour", "s", "day"
|
||||
*/
|
||||
class CTime : public CValueObject<CTime, CPhysicalQuantity<CTimeUnit, CTime>>
|
||||
class BLACKMISC_EXPORT CTime : public CValueObject<CTime, CPhysicalQuantity<CTimeUnit, CTime>>
|
||||
{
|
||||
public:
|
||||
//! Parts
|
||||
|
||||
Reference in New Issue
Block a user