fix warning

git-svn-id: http://svn.osgeo.org/qgis/trunk@9503 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-10-20 20:29:15 +00:00
parent 9884ef0758
commit b6761a861a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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