mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISC_VARIANTLIST_H
|
||||
#define BLACKMISC_VARIANTLIST_H
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include "variant.h"
|
||||
#include "sequence.h"
|
||||
#include "collection.h"
|
||||
@@ -22,7 +23,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Value object encapsulating a list of variants.
|
||||
*/
|
||||
class CVariantList : public CSequence<CVariant>
|
||||
class BLACKMISC_EXPORT CVariantList : public CSequence<CVariant>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user