Skip to content

Commit c055bd8

Browse files
author
jef
committed
fix syntax error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11278 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e78c20b commit c055bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgssymbol.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class QgsSymbol
7777
QColor selectionColor = Qt::yellow,
7878
double scale = 1.0,
7979
double rotation = 0.0,
80-
double rasterScaleFactor = 1.0
80+
double rasterScaleFactor = 1.0,
8181
double opacity = 1.0 );
8282

8383
/**Writes the contents of the symbol to a configuration file

0 commit comments

Comments
 (0)