Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
another windows build fix
  • Loading branch information
jef-n committed May 19, 2015
1 parent f314522 commit bbb1c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrassimport.h
Expand Up @@ -74,7 +74,7 @@ class GRASS_LIB_EXPORT QgsGrassRasterImport : public QgsGrassImport
QFutureWatcher<bool>* mFutureWatcher;
};

class QgsGrassVectorImport : public QgsGrassImport
class GRASS_LIB_EXPORT QgsGrassVectorImport : public QgsGrassImport
{
Q_OBJECT
public:
Expand Down

0 comments on commit bbb1c4a

Please sign in to comment.