summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-05 00:53:33 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-05 00:53:33 +0300
commit987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2 (patch)
tree1ae9449d801815fe89476776d98427e61d702d4c /src/gui/theme.cpp
parentf24ddad3fa0f843eb29a281426151cf1a5f31f4b (diff)
downloadManaVerse-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.tar.gz
ManaVerse-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.tar.bz2
ManaVerse-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.tar.xz
ManaVerse-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.zip
another some const fixes.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 679b975e0..26f250c4c 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -60,7 +60,7 @@ static void initDefaultThemePath()
defaultThemePath = "themes/";
}
-Skin::Skin(const ImageRect skin, const ImageRect images,
+Skin::Skin(const ImageRect &skin, const ImageRect &images,
const std::string &filePath, const std::string &name,
const int padding, const int titlePadding,
std::map<std::string, int> *const options):