Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/qgsrendererplugin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class QgsRendererPlugin: public QgisPlugin
3131
{
3232
public:
3333
QgsRendererPlugin(const QString& name, const QString& description, const QString& version): QgisPlugin(name, description, version, QgisPlugin::RENDERER) {}
34+
virtual ~QgsRendererPlugin() {}
3435
virtual QDialog* rendererDialog() = 0;
3536
virtual QgsRenderer* renderer() = 0;
3637
};

0 commit comments

Comments
 (0)
Please sign in to comment.