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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/theme.h') diff --git a/src/gui/theme.h b/src/gui/theme.h index 0ed889794..564c94bb5 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -75,10 +75,10 @@ struct ThemeInfo final class Skin final { public: - Skin(ImageRect *skin, const ImageRect *images, + Skin(ImageRect *restrict skin, const ImageRect *restrict images, const std::string &filePath, const std::string &name = "", const int padding = 3, const int titlePadding = 4, - std::map *const options = nullptr); + std::map *restrict const options = nullptr); A_DELETE_COPY(Skin) @@ -467,7 +467,7 @@ class Theme final : public Palette, public ConfigListener */ Skin *load(const std::string &filename, const std::string &filename2, const bool full = true, const std::string - &defaultPath = getThemePath()) A_WARN_UNUSED; + &restrict defaultPath = getThemePath()) A_WARN_UNUSED; Skin *loadSkinRect(ImageRect &image, const std::string &name, const std::string &name2, const int start = 0, -- cgit v1.2.3-60-g2f50