Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@9503 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 20, 2008
1 parent 9884ef0 commit b6761a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/renderer/qgsgraduatedsymbolrenderer.cpp
Expand Up @@ -74,7 +74,7 @@ QgsGraduatedSymbolRenderer::~QgsGraduatedSymbolRenderer()
}


const QgsGraduatedSymbolRenderer::Mode QgsGraduatedSymbolRenderer::mode() const
QgsGraduatedSymbolRenderer::Mode QgsGraduatedSymbolRenderer::mode() const
{
//mode is only really used to be able to reinstate
//the graduated dialog properties properly, so we
Expand Down
2 changes: 1 addition & 1 deletion src/core/renderer/qgsgraduatedsymbolrenderer.h
Expand Up @@ -43,7 +43,7 @@ class CORE_EXPORT QgsGraduatedSymbolRenderer: public QgsRenderer
* dont do anything else besides accessors and mutators in
* this class.
*/
const Mode mode() const;
Mode mode() const;

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

0 comments on commit b6761a8

Please sign in to comment.