Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix gcc warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@11236 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 31, 2009
1 parent 897886a commit 7423b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassplugin.cpp
Expand Up @@ -58,7 +58,7 @@ static const QString pluginVersion = QObject::tr( "Version 0.1" );
* @param theQgisInterFace Pointer to the QGIS interface object
*/
QgsGrassPlugin::QgsGrassPlugin( QgisInterface * theQgisInterFace ):
qGisInterface( theQgisInterFace ), mEdit( NULL ), mTools( NULL )
qGisInterface( theQgisInterFace ), mTools( NULL ), mEdit( NULL )
{
/** Initialize the plugin and set the required attributes */
pluginNameQString = tr( "GrassVector" );
Expand Down

0 comments on commit 7423b30

Please sign in to comment.