Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix compile error on windows
git-svn-id: http://svn.osgeo.org/qgis/trunk@9289 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 10, 2008
1 parent 034dd53 commit f7828e6
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 f7828e6

Please sign in to comment.