mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_EDITORS_DISTRIBUTORFORM_H
|
||||
#define BLACKGUI_EDITORS_DISTRIBUTORFORM_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/editors/form.h"
|
||||
#include "blackmisc/simulation/distributor.h"
|
||||
#include "blackmisc/network/webdataservicesprovider.h"
|
||||
@@ -27,7 +28,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Distributor form
|
||||
*/
|
||||
class CDistributorForm :
|
||||
class BLACKGUI_EXPORT CDistributorForm :
|
||||
public CForm,
|
||||
public BlackMisc::Network::CWebDataServicesAware
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user