Skip to content

Commit

Permalink
Fix grass build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 27, 2021
1 parent cf421a9 commit b2dc48a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/providers/grass/qgsgrass.h
Expand Up @@ -40,7 +40,6 @@ extern "C"
#include <QString>
#include <QMap>
#include <QHash>
#include <QRegExp>
#include <QTemporaryFile>
#include "qgis_grass_lib.h"
class QgsCoordinateReferenceSystem;
Expand Down Expand Up @@ -113,7 +112,7 @@ class GRASS_LIB_EXPORT QgsGrassObject
// returns true if gisdbase, location and mapset are the same
bool mapsetIdentical( const QgsGrassObject &other ) const;
// get regexp patter for new names, e.g. vectors should not start with number
static QRegExp newNameRegExp( Type type );
static QString newNameRegExp( Type type );

bool operator==( const QgsGrassObject &other ) const;
private:
Expand Down

0 comments on commit b2dc48a

Please sign in to comment.