mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#ifndef BLACKMISC_PROPERTYINDEXLIST_H
|
||||
#define BLACKMISC_PROPERTYINDEXLIST_H
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include "propertyindex.h"
|
||||
#include "collection.h"
|
||||
#include "sequence.h"
|
||||
@@ -24,7 +25,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Value object encapsulating a list of property indexes.
|
||||
*/
|
||||
class CPropertyIndexList : public CSequence<CPropertyIndex>
|
||||
class BLACKMISC_EXPORT CPropertyIndexList : public CSequence<CPropertyIndex>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user