From b8df524542bfdb832108e95bbf6a80837743c7e6 Mon Sep 17 00:00:00 2001 From: Radim Blazek Date: Wed, 14 Oct 2015 16:25:23 +0200 Subject: [PATCH] fixed win build --- src/providers/grass/qgsgrassrasterprovider.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/providers/grass/qgsgrassrasterprovider.h b/src/providers/grass/qgsgrassrasterprovider.h index 4c9a1ab43c8..06c77414ad3 100644 --- a/src/providers/grass/qgsgrassrasterprovider.h +++ b/src/providers/grass/qgsgrassrasterprovider.h @@ -51,7 +51,7 @@ class QgsCoordinateTransform; Executes qgis.g.info and keeps it open comunicating through pipe. Restarts the command if raster was updated. */ -class QgsGrassRasterValue +class GRASS_LIB_EXPORT QgsGrassRasterValue { public: QgsGrassRasterValue(); @@ -78,7 +78,7 @@ class QgsGrassRasterValue data residing in a OGC Web Map Service. */ -class QgsGrassRasterProvider : public QgsRasterDataProvider +class GRASS_LIB_EXPORT QgsGrassRasterProvider : public QgsRasterDataProvider { Q_OBJECT