aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Decoration.h')
-rw-r--r--src/Decoration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Decoration.h b/src/Decoration.h
index c8faafec9..9c47d6c08 100644
--- a/src/Decoration.h
+++ b/src/Decoration.h
@@ -32,7 +32,7 @@ public:
virtual void SetCurrentIndicator(int indicator) = 0;
virtual int GetCurrentIndicator() const noexcept = 0;
- virtual void SetCurrentValue(int value) = 0;
+ virtual void SetCurrentValue(int value) noexcept = 0;
virtual int GetCurrentValue() const noexcept = 0;
// Returns with changed=true if some values may have changed