Navigation Menu

Skip to content

Commit

Permalink
GRASS compilation fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Dec 6, 2012
1 parent 4d571b1 commit ef6da72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/grass/CMakeLists.txt
Expand Up @@ -80,6 +80,7 @@ SET ( FUNCTIONS
"G_init_range"
"G_is_c_null_value"
"G_is_d_null_value"
"G_is_f_null_value"
"G__malloc"
"G_percent"
"G_program_name"
Expand Down
1 change: 1 addition & 0 deletions src/providers/grass/qgsgrassgislib.cpp
Expand Up @@ -294,6 +294,7 @@ int G_done_msg( const char *msg, ... )

char * QgsGrassGisLib::G_find_cell2( const char * name, const char * mapset )
{
Q_UNUSED( name );
Q_UNUSED( mapset );
QgsDebugMsg( "name = " + QString( name ) );
QString ms = "qgis";
Expand Down

0 comments on commit ef6da72

Please sign in to comment.