Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 16, 2017
1 parent 23a4d60 commit 75d9fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/layout/qgslayoutitemguiregistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ typedef std::function<QgsLayoutViewRubberBand *( QgsLayoutView * )> QgsLayoutIte
* \since QGIS 3.0
* \note not available in Python bindings
*/
class CORE_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMetadata
class GUI_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMetadata
{
public:

Expand Down Expand Up @@ -162,7 +162,7 @@ class CORE_EXPORT QgsLayoutItemGuiMetadata : public QgsLayoutItemAbstractGuiMeta
*
* \since QGIS 3.0
*/
class CORE_EXPORT QgsLayoutItemGuiRegistry : public QObject
class GUI_EXPORT QgsLayoutItemGuiRegistry : public QObject
{
Q_OBJECT

Expand Down

0 comments on commit 75d9fd5

Please sign in to comment.