Skip to content

Commit

Permalink
fix compile error on windows
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9289 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 10, 2008
1 parent e9a9f34 commit 4352d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrass.cpp
Expand Up @@ -18,6 +18,7 @@
#include "qgsgrass.h"

#include "qgslogger.h"
#include "qgsapplication.h"

#include <QFileDialog>
#include <QMessageBox>
Expand Down Expand Up @@ -110,7 +111,6 @@ void GRASS_EXPORT QgsGrass::init( void )
// Use the applicationDirPath()/grass
gisBase = getShortPath( QCoreApplication::applicationDirPath() + "/grass" );
QgsDebugMsg( QString( "GRASS gisBase = %1" ).arg( gisBase ) );

#else
// Use the location specified --with-grass during configure
gisBase = GRASS_BASE;
Expand Down

0 comments on commit 4352d30

Please sign in to comment.