refs #595 Insert missing BLACKGUI_EXPORT.

This commit is contained in:
Mathew Sutcliffe
2016-02-08 18:48:16 +00:00
parent 641e469c9e
commit b4e1d42009
22 changed files with 44 additions and 23 deletions

View File

@@ -13,6 +13,7 @@
#define BLACKGUI_EDITORS_LIVERYFORM_H
#include "blackgui/editors/form.h"
#include "blackgui/blackguiexport.h"
#include "blackmisc/aviation/livery.h"
#include "blackmisc/network/webdataservicesprovider.h"
#include "blackmisc/statusmessagelist.h"
@@ -26,7 +27,7 @@ namespace BlackGui
/*!
* Livery form class
*/
class CLiveryForm :
class BLACKGUI_EXPORT CLiveryForm :
public CForm,
public BlackMisc::Network::CWebDataServicesAware
{