mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include "logcategory.h"
|
||||
#include "sequence.h"
|
||||
#include "collection.h"
|
||||
@@ -40,7 +41,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* A sequence of log categories.
|
||||
*/
|
||||
class CLogCategoryList : public CSequence<CLogCategory>
|
||||
class BLACKMISC_EXPORT CLogCategoryList : public CSequence<CLogCategory>
|
||||
{
|
||||
public:
|
||||
//! Empty constructor.
|
||||
|
||||
Reference in New Issue
Block a user