Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows build
  • Loading branch information
jef-n committed May 5, 2015
1 parent f028b83 commit ee17eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassmodel.h
Expand Up @@ -25,7 +25,7 @@ class QgsGrassModelItem;
/*! \class QgsGrassModel
* \brief Model representing GRASS location structure.
*/
class QgsGrassModel: public QAbstractItemModel
class QgsGrassModel : public QAbstractItemModel
{
Q_OBJECT

Expand Down
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrass.h
Expand Up @@ -62,7 +62,7 @@ class QgsRectangle;
#endif

// Element info container
class QgsGrassObject
class GRASS_LIB_EXPORT QgsGrassObject
{
public:
//! Element type
Expand Down

0 comments on commit ee17eb9

Please sign in to comment.