Skip to content

Commit 189be2f

Browse files
author
Daniele Giunchi
committed
fix export on windows
1 parent 1f314a5 commit 189be2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mafGUI/mafDiagramScene.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class mafNodeGraphicWidget;
3737
Class Name: mafDiagramScene
3838
Manager of the scene in which adding items.
3939
*/
40-
class mafDiagramScene : public QGraphicsScene
40+
class MAFGUISHARED_EXPORT mafDiagramScene : public QGraphicsScene
4141
{
4242
Q_OBJECT
4343
public:

src/mafPluginEventBusMonitor/mafPluginEventBusMonitor_global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include <QtCore/qglobal.h>
1616

17-
#if defined(MAFPLUGINEVENTBUSMONITOR_EXPORTS)
17+
#if defined(mafPluginEventBusMonitor_EXPORTS)
1818
# define MAFPLUGINEVENTBUSMONITORSHARED_EXPORT Q_DECL_EXPORT
1919
#else
2020
# define MAFPLUGINEVENTBUSMONITORSHARED_EXPORT Q_DECL_IMPORT

0 commit comments

Comments
 (0)