From 15ece19200fb42a143a810cde499215f73ff0a93 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Tue, 7 Feb 2012 23:02:48 +0100 Subject: [PATCH] match sip binding of QgsSymbolV2::renderHints() to c++ interface --- python/core/symbology-ng-core.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/symbology-ng-core.sip b/python/core/symbology-ng-core.sip index 19494f7e372..b57e8f6a18f 100644 --- a/python/core/symbology-ng-core.sip +++ b/python/core/symbology-ng-core.sip @@ -740,7 +740,7 @@ public: void setAlpha( qreal alpha ); //! @note added in 1.5 - int renderHints() const; + int renderHints(); //! @note added in 1.5 void setRenderHints( int hints );