Skip to content

Commit

Permalink
Fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Aug 14, 2012
1 parent 21253f9 commit f6dbc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsprojectproperties.cpp
Expand Up @@ -36,7 +36,7 @@
#include "qgssymbolv2.h"
#include "qgsstylev2managerdialog.h"
#include "qgsvectorcolorrampv2.h"
#include "qgssymbolv2propertiesdialog.h"
#include "qgssymbolv2selectordialog.h"

//qt includes
#include <QColorDialog>
Expand Down Expand Up @@ -932,7 +932,7 @@ void QgsProjectProperties::editSymbol( QComboBox* cbo )
}

// let the user edit the symbol and update list when done
QgsSymbolV2PropertiesDialog dlg( symbol, 0, this );
QgsSymbolV2SelectorDialog dlg( symbol, mStyle, 0, this );
if ( dlg.exec() == 0 )
{
delete symbol;
Expand Down

0 comments on commit f6dbc22

Please sign in to comment.