summaryrefslogtreecommitdiff
path: root/src/resources/dye/dye.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-12-10 19:38:50 +0300
committerAndrei Karas <akaras@inbox.ru>2016-12-10 19:38:50 +0300
commit7e53a47d6f3e2dfb1446384e674f9d391bd23f7a (patch)
treefc70f25f54b3111af649d951eafbff4a2d1b2e4b /src/resources/dye/dye.cpp
parent7789f85902979a3ce1282449af0236079d9925a2 (diff)
downloadplus-7e53a47d6f3e2dfb1446384e674f9d391bd23f7a.tar.gz
plus-7e53a47d6f3e2dfb1446384e674f9d391bd23f7a.tar.bz2
plus-7e53a47d6f3e2dfb1446384e674f9d391bd23f7a.tar.xz
plus-7e53a47d6f3e2dfb1446384e674f9d391bd23f7a.zip
Add restrict and noexcept in dye and dyepalette.
Diffstat (limited to 'src/resources/dye/dye.cpp')
-rw-r--r--src/resources/dye/dye.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye/dye.cpp b/src/resources/dye/dye.cpp
index eac52f638..789c711c4 100644
--- a/src/resources/dye/dye.cpp
+++ b/src/resources/dye/dye.cpp
@@ -141,7 +141,7 @@ void Dye::instantiate(std::string &restrict target,
target = s.str();
}
-int Dye::getType() const restrict2
+int Dye::getType() const restrict2 noexcept2
{
if (mDyePalettes[sPaleteIndex])
return 1;