Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed win build
  • Loading branch information
blazek committed Oct 14, 2015
1 parent 2f9db5a commit b8df524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/grass/qgsgrassrasterprovider.h
Expand Up @@ -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();
Expand All @@ -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

Expand Down

0 comments on commit b8df524

Please sign in to comment.