Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 5, 2009
1 parent b4f7e94 commit bd71472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgssymbol.sip
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class QgsSymbol
QColor selectionColor = Qt::yellow, QColor selectionColor = Qt::yellow,
double scale = 1.0, double scale = 1.0,
double rotation = 0.0, double rotation = 0.0,
double rasterScaleFactor = 1.0 double rasterScaleFactor = 1.0,
double opacity = 1.0 ); double opacity = 1.0 );


/**Writes the contents of the symbol to a configuration file /**Writes the contents of the symbol to a configuration file
Expand Down

0 comments on commit bd71472

Please sign in to comment.