Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Many classes: mark assignment operator as deleted due to existence of…
… copy constructor
  • Loading branch information
rouault authored and nyalldawson committed Apr 10, 2023
1 parent 4df3d47 commit 8c611df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/grass/qtermwidget/ColorScheme.h
Expand Up @@ -200,6 +200,8 @@ class ColorScheme
static const char* const translatedColorNames[TABLE_COLORS];

static const ColorEntry defaultTable[]; // table of default color entries

ColorScheme& operator=(const ColorScheme&) = delete;
};

/**
Expand Down

0 comments on commit 8c611df

Please sign in to comment.