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/qgis@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 5, 2009
1 parent e78c20b commit c055bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgssymbol.sip
Expand Up @@ -77,7 +77,7 @@ class QgsSymbol
QColor selectionColor = Qt::yellow,
double scale = 1.0,
double rotation = 0.0,
double rasterScaleFactor = 1.0
double rasterScaleFactor = 1.0,
double opacity = 1.0 );

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

0 comments on commit c055bd8

Please sign in to comment.