From 3a407bb6b73a186eafd99bcec570f88097c4b2e1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Sep 2012 19:11:53 +0300 Subject: Add const to more 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 a6b94c4d4..91a6720e0 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -328,7 +328,7 @@ struct SkinParameter std::string name; }; -static SkinParameter skinParam[] = +static const SkinParameter skinParam[] = { {0, "top-left-corner"}, {0, "standart"}, @@ -367,7 +367,7 @@ static SkinParameter skinParam[] = {8, "bottom-right-corner"}, }; -static SkinParameter imageParam[] = +static const SkinParameter imageParam[] = { {0, "closeImage"}, {1, "stickyImageUp"}, -- cgit v1.2.3-60-g2f50