From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/gui/theme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/theme.cpp') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index b6509348f..7b85c8764 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -337,7 +337,7 @@ void Theme::optionChanged(const std::string &) updateAlpha(); } -struct SkinParameter +struct SkinParameter final { int index; std::string name; @@ -390,7 +390,7 @@ static const SkinParameter imageParam[] = {3, "stickyImageDown"}, }; -struct SkinHelper +struct SkinHelper final { std::string partType; int xPos; -- cgit v1.2.3-60-g2f50