mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define BLACKGUI_EDITORS_MODELMAPPINGFORM_H
|
||||
|
||||
#include "blackgui/editors/form.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/simulation/aircraftmodel.h"
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -25,7 +26,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Model mapping form
|
||||
*/
|
||||
class CModelMappingForm : public CForm
|
||||
class BLACKGUI_EXPORT CModelMappingForm : public CForm
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user