Skip to content

Commit

Permalink
Fixes cpp check
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and nyalldawson committed Jun 11, 2020
1 parent 01e879c commit bdba59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/raster/qgscontrastenhancementfunction.h
Expand Up @@ -35,6 +35,7 @@ class CORE_EXPORT QgsContrastEnhancementFunction
public:
QgsContrastEnhancementFunction( Qgis::DataType, double, double );
QgsContrastEnhancementFunction( const QgsContrastEnhancementFunction &f );
QgsContrastEnhancementFunction &operator=( const QgsContrastEnhancementFunction & ) = delete;
virtual ~QgsContrastEnhancementFunction() = default;

/**
Expand Down

0 comments on commit bdba59a

Please sign in to comment.