mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #403 add BlackMisc shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#include "blackmiscexport.h"
|
||||
#include "valueobject.h"
|
||||
#include "evoriginator.h"
|
||||
#include "hotkeyfunction.h"
|
||||
@@ -22,7 +23,7 @@ namespace BlackMisc
|
||||
namespace Event
|
||||
{
|
||||
//! Value object encapsulating a hotkey function for distribution
|
||||
class CEventHotkeyFunction : public CValueObject<CEventHotkeyFunction>
|
||||
class BLACKMISC_EXPORT CEventHotkeyFunction : public CValueObject<CEventHotkeyFunction>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user