Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 3, 2020
1 parent b9a1476 commit 201ab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/3d/qgsphongmaterialwidget.h
Expand Up @@ -33,7 +33,7 @@ class QgsPhongMaterialWidget : public QgsMaterialSettingsWidget, private Ui::Pho

static QgsMaterialSettingsWidget *create();

void setTechnique( QgsMaterialSettingsRenderingTechnique technique );
void setTechnique( QgsMaterialSettingsRenderingTechnique technique ) override;

void setDiffuseVisible( bool visible );
bool isDiffuseVisible() const;
Expand Down

0 comments on commit 201ab0d

Please sign in to comment.