Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 4, 2017
1 parent 29dd519 commit 49bec6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/core/metadata/qgslayermetadata.h
Expand Up @@ -64,7 +64,7 @@ class CORE_EXPORT QgsLayerMetadata
/**
* Metadata spatial extent structure.
*/
struct SpatialExtent
struct CORE_EXPORT SpatialExtent
{

/**
Expand All @@ -87,7 +87,7 @@ class CORE_EXPORT QgsLayerMetadata
/**
* Metadata extent structure.
*/
struct Extent
struct CORE_EXPORT Extent
{
public:

Expand Down Expand Up @@ -131,7 +131,7 @@ class CORE_EXPORT QgsLayerMetadata
/**
* Metadata constraint structure.
*/
struct Constraint
struct CORE_EXPORT Constraint
{

/**
Expand Down Expand Up @@ -163,7 +163,7 @@ class CORE_EXPORT QgsLayerMetadata
/**
* Metadata address structure.
*/
struct Address
struct CORE_EXPORT Address
{

/**
Expand Down Expand Up @@ -212,7 +212,7 @@ class CORE_EXPORT QgsLayerMetadata
/**
* Metadata contact structure.
*/
struct Contact
struct CORE_EXPORT Contact
{

/**
Expand Down Expand Up @@ -275,7 +275,7 @@ class CORE_EXPORT QgsLayerMetadata
/**
* Metadata link structure.
*/
struct Link
struct CORE_EXPORT Link
{

/**
Expand Down

0 comments on commit 49bec6b

Please sign in to comment.