Skip to content

Commit

Permalink
ogr_schema_override.h: export classes to fix build with GML driver as…
Browse files Browse the repository at this point in the history
… a plugin
  • Loading branch information
rouault committed Dec 4, 2024
1 parent b7a6c51 commit 79ffe0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ogr/ogr_schema_override.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <cpl_json.h>

/** Class that holds the schema override options for a single field */
class OGRFieldDefnOverride
class CPL_DLL OGRFieldDefnOverride
{
public:
OGRFieldDefnOverride()
Expand Down Expand Up @@ -93,7 +93,7 @@ class OGRFieldDefnOverride
};

/** Class that holds the schema override options for a single layer */
class OGRLayerSchemaOverride
class CPL_DLL OGRLayerSchemaOverride
{
public:
OGRLayerSchemaOverride() : m_osLayerName(), m_moFieldOverrides()
Expand Down Expand Up @@ -140,7 +140,7 @@ class OGRLayerSchemaOverride
};

/** Class that holds the schema override options for a datasource */
class OGRSchemaOverride
class CPL_DLL OGRSchemaOverride
{
public:
OGRSchemaOverride() : m_moLayerOverrides()
Expand Down

0 comments on commit 79ffe0a

Please sign in to comment.