summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/parameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/parameter.cpp')
-rw-r--r--src/render/materialsystem/parameter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/parameter.cpp b/src/render/materialsystem/parameter.cpp
index 0f0a747ce..b13c0d5ae 100644
--- a/src/render/materialsystem/parameter.cpp
+++ b/src/render/materialsystem/parameter.cpp
@@ -98,7 +98,7 @@ QVariant Parameter::value() const
return m_value;
}
-int Parameter::nameId() const Q_DECL_NOEXCEPT
+int Parameter::nameId() const Q_DECL_NOTHROW
{
return m_nameId;
}