Skip to content

Commit b6761a8

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@9503 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9884ef0 commit b6761a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/renderer/qgsgraduatedsymbolrenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ QgsGraduatedSymbolRenderer::~QgsGraduatedSymbolRenderer()
7474
}
7575

7676

77-
const QgsGraduatedSymbolRenderer::Mode QgsGraduatedSymbolRenderer::mode() const
77+
QgsGraduatedSymbolRenderer::Mode QgsGraduatedSymbolRenderer::mode() const
7878
{
7979
//mode is only really used to be able to reinstate
8080
//the graduated dialog properties properly, so we

src/core/renderer/qgsgraduatedsymbolrenderer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CORE_EXPORT QgsGraduatedSymbolRenderer: public QgsRenderer
4343
* dont do anything else besides accessors and mutators in
4444
* this class.
4545
*/
46-
const Mode mode() const;
46+
Mode mode() const;
4747

4848
/** Set the mode - which is only really used to be able to reinstate
4949
* the graduated dialog properties properly, so we

0 commit comments

Comments
 (0)