Skip to content

Commit

Permalink
Remove wrong override
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 21, 2016
1 parent 8e2c201 commit 3e1971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgsrulebasedrendererv2widget.h
Expand Up @@ -205,7 +205,7 @@ class GUI_EXPORT QgsRendererRulePropsWidget : public QgsPanelWidget, private Ui:
/**
* Apply any changes from the widget to the set rule.
*/
void apply() override;
void apply();
/**
* Set the widget in dock mode.
* @param dockMode True for dock mode.
Expand Down

0 comments on commit 3e1971b

Please sign in to comment.