Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
'fix' windows build
  • Loading branch information
jef-n committed Aug 25, 2015
1 parent d5c9457 commit 94eb41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/grass/qgsgrassmoduleoptions.cpp
Expand Up @@ -444,7 +444,7 @@ void QgsGrassModuleStandardOptions::freezeOutput()
{
QgsDebugMsg( "called." );

#ifdef Q_OS_WIN
#if 0 // defined(Q_OS_WIN)
for ( int i = 0; i < mItems.size(); i++ )
{
QgsGrassModuleOption *opt = dynamic_cast<QgsGrassModuleOption *>( mItems[i] );
Expand Down Expand Up @@ -519,7 +519,7 @@ void QgsGrassModuleStandardOptions::thawOutput()
{
QgsDebugMsg( "called." );

#ifdef Q_OS_WIN
#if 0 // defined(Q_OS_WIN)
for ( int i = 0; i < mItems.size(); i++ )
{
QgsGrassModuleOption *opt = dynamic_cast<QgsGrassModuleOption *>( mItems[i] );
Expand Down

0 comments on commit 94eb41e

Please sign in to comment.