From fc0c65bbf1b297431f77e1a91dcdb528e38ff0fb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Dec 2013 19:20:26 +0300 Subject: add restrict into theme. --- src/gui/theme.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/theme.cpp') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index fb69dce3b..183ef13a6 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -60,10 +60,10 @@ static void initDefaultThemePath() defaultThemePath = "themes/"; } -Skin::Skin(ImageRect *skin, const ImageRect *images, +Skin::Skin(ImageRect *restrict skin, const ImageRect *restrict images, const std::string &filePath, const std::string &name, const int padding, const int titlePadding, - std::map *const options): + std::map *restrict const options): instances(1), mFilePath(filePath), mName(name), @@ -276,7 +276,7 @@ gcn::Color Theme::getProgressColor(const int type, const float progress) } Skin *Theme::load(const std::string &filename, const std::string &filename2, - const bool full, const std::string &defaultPath) + const bool full, const std::string &restrict defaultPath) { // Check if this skin was already loaded -- cgit v1.2.3-60-g2f50