diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-23 19:52:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-23 19:52:08 +0300 |
commit | 6d28f4d48f5cb3462765c7a1d582cea49352be1f (patch) | |
tree | 797671acb4cfbe9f5510e8d9769742f17d7a9b2c /src/resources/ambientlayer.h | |
parent | ecc0dbab411d6f1f741dd19d0bc593ecc36a4941 (diff) | |
download | plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.gz plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.bz2 plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.tar.xz plus-6d28f4d48f5cb3462765c7a1d582cea49352be1f.zip |
Add missing final keywords to classes.
Diffstat (limited to 'src/resources/ambientlayer.h')
-rw-r--r-- | src/resources/ambientlayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ambientlayer.h b/src/resources/ambientlayer.h index e0593ce4f..a4890b24e 100644 --- a/src/resources/ambientlayer.h +++ b/src/resources/ambientlayer.h @@ -25,7 +25,7 @@ class Graphics; class Image; -class AmbientLayer +class AmbientLayer final { public: /** |