From 6d28f4d48f5cb3462765c7a1d582cea49352be1f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 19:52:08 +0300 Subject: Add missing final keywords to classes. --- src/resources/dye.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/resources/dye.h') diff --git a/src/resources/dye.h b/src/resources/dye.h index cd5e58093..c519d6aec 100644 --- a/src/resources/dye.h +++ b/src/resources/dye.h @@ -35,10 +35,9 @@ const int aPaleteIndex = 8; /** * Class for performing a linear interpolation between colors. */ -class DyePalette +class DyePalette final { public: - /** * Creates a palette based on the given string. * The string is either a file name or a sequence of hexadecimal RGB @@ -89,7 +88,7 @@ class DyePalette /** * Class for dispatching pixel-recoloring amongst several palettes. */ -class Dye +class Dye final { public: -- cgit v1.2.3-60-g2f50