summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-12-12 20:26:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-12-12 20:26:59 +0300
commitbebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43 (patch)
tree4d631106f76ba8a052dc2ef8b23b8a968040db82 /src/gui/theme.h
parent67638eeec5267977940dce29c5a94ce4d093ed69 (diff)
downloadManaVerse-bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43.tar.gz
ManaVerse-bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43.tar.bz2
ManaVerse-bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43.tar.xz
ManaVerse-bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43.zip
Add noexcept in some files.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 43d0c3308..f8428f86e 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -121,7 +121,7 @@ class Theme final : public Palette,
/**
* Get the minimum opacity allowed to skins.
*/
- float getMinimumOpacity() const A_WARN_UNUSED
+ float getMinimumOpacity() const noexcept2 A_WARN_UNUSED
{ return mMinimumOpacity; }
/**