diff options
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r-- | src/gui/palette.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h index a69a373b9..e5a4b8797 100644 --- a/src/gui/palette.h +++ b/src/gui/palette.h @@ -56,6 +56,8 @@ class Palette RAINBOW }; + A_DELETE_COPY(Palette); + /** * Returns the color associated with a character, if it exists. Returns * Palette::BLACK if the character is not found. |