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 May 21, 2014
1 parent bbca1d0 commit 7494003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/layertree/qgslayertreegroup.h
Expand Up @@ -26,7 +26,7 @@ class QgsLayerTreeLayer;
*
* @note added in 2.4
*/
class QgsLayerTreeGroup : public QgsLayerTreeNode
class CORE_EXPORT QgsLayerTreeGroup : public QgsLayerTreeNode
{
Q_OBJECT
public:
Expand Down
2 changes: 1 addition & 1 deletion src/core/layertree/qgslayertreelayer.h
Expand Up @@ -38,7 +38,7 @@ class QgsMapLayer;
*
* @note added in 2.4
*/
class QgsLayerTreeLayer : public QgsLayerTreeNode
class CORE_EXPORT QgsLayerTreeLayer : public QgsLayerTreeNode
{
Q_OBJECT
public:
Expand Down

0 comments on commit 7494003

Please sign in to comment.