Skip to content

Commit

Permalink
followup 313f2c8
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 16, 2015
1 parent 313f2c8 commit 3d9adfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspluginlayer.cpp
Expand Up @@ -52,7 +52,7 @@ class QgsPluginLayerRenderer : public QgsMapLayerRenderer
, mRendererContext( rendererContext )
{}

virtual bool render() OVERRIDE
virtual bool render() override
{
return mLayer->draw( mRendererContext );
}
Expand Down

0 comments on commit 3d9adfe

Please sign in to comment.