diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index c47c91ee8..27abfdf6f 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -239,8 +239,8 @@ public: void AddMultiEdge(uptr_t wParam, sptr_t lParam); - std::optional<ColourAlpha> ElementColour(int index) const noexcept; - bool ElementAllowsTranslucent(int index) const noexcept; + std::optional<ColourAlpha> ElementColour(int index) const; + bool ElementAllowsTranslucent(int index) const; bool SetWrapState(int wrapState_) noexcept; bool SetWrapVisualFlags(int wrapVisualFlags_) noexcept; |