mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKMISC_SETTINGS_AUDIO_H
|
||||
#define BLACKMISC_SETTINGS_AUDIO_H
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include "valueobject.h"
|
||||
#include "statusmessagelist.h"
|
||||
#include "settingutilities.h"
|
||||
@@ -23,7 +24,7 @@ namespace BlackMisc
|
||||
namespace Settings
|
||||
{
|
||||
//! Value object encapsulating information of audio related settings.
|
||||
class CSettingsAudio : public CValueObject<CSettingsAudio>
|
||||
class BLACKMISC_EXPORT CSettingsAudio : public CValueObject<CSettingsAudio>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user