Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Jul 4, 2024
1 parent 7a2295e commit 62551be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/georeferencer/qgsgcpcanvasitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class QgsMapCanvas;
class QgsGeorefDataPoint;

class QgsGCPCanvasItem : public QgsMapCanvasItem
class QgsGCPCanvasItem final: public QgsMapCanvasItem
{
public:
QgsGCPCanvasItem( QgsMapCanvas *mapCanvas, QgsGeorefDataPoint *dataPoint, bool isGCPSource/* = true*/ );
Expand Down

0 comments on commit 62551be

Please sign in to comment.