Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13484 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 14, 2010
1 parent a994582 commit 206080b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgslegendinterface.h
Expand Up @@ -51,7 +51,7 @@ class GUI_EXPORT QgsLegendInterface : public QObject
virtual QStringList groups() = 0;

//! Return the relationship between groups and layers in the legend
virtual QList< GroupLayerInfo > groupLayerRelationship() {}
virtual QList< GroupLayerInfo > groupLayerRelationship() { return QList< GroupLayerInfo >(); }

//! Return all layers in the project in legend order
//! @note added in 1.5
Expand Down

0 comments on commit 206080b

Please sign in to comment.