summaryrefslogtreecommitdiff
path: root/src/resources/dye.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-23 19:52:08 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-23 19:52:08 +0300
commit6d28f4d48f5cb3462765c7a1d582cea49352be1f (patch)
tree797671acb4cfbe9f5510e8d9769742f17d7a9b2c /src/resources/dye.h
parentecc0dbab411d6f1f741dd19d0bc593ecc36a4941 (diff)
downloadmv-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.gz
mv-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.bz2
mv-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.xz
mv-6d28f4d48f5cb3462765c7a1d582cea49352be1f.zip
Add missing final keywords to classes.
Diffstat (limited to 'src/resources/dye.h')
-rw-r--r--src/resources/dye.h5
1 files changed, 2 insertions, 3 deletions
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: