Skip to content

Commit 75d9fd5

Browse files
committedJul 16, 2017
Fix windows build
1 parent 23a4d60 commit 75d9fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/gui/layout/qgslayoutitemguiregistry.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ typedef std::function<QgsLayoutViewRubberBand *( QgsLayoutView * )> QgsLayoutIte
9494
* \since QGIS 3.0
9595
* \note not available in Python bindings
9696
*/
97-
class CORE_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMetadata
97+
class GUI_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMetadata
9898
{
9999
public:
100100

@@ -162,7 +162,7 @@ class CORE_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMeta
162162
*
163163
* \since QGIS 3.0
164164
*/
165-
class CORE_EXPORT QgsLayoutItemGuiRegistry : public QObject
165+
class GUI_EXPORT QgsLayoutItemGuiRegistry : public QObject
166166
{
167167
Q_OBJECT
168168

0 commit comments

Comments
 (0)
Please sign in to comment.