aboutsummaryrefslogtreecommitdiff
path: root/games/openmw/files/patch-components_widgets_imagebutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/openmw/files/patch-components_widgets_imagebutton.cpp')
-rw-r--r--games/openmw/files/patch-components_widgets_imagebutton.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/openmw/files/patch-components_widgets_imagebutton.cpp b/games/openmw/files/patch-components_widgets_imagebutton.cpp
new file mode 100644
index 000000000000..9887031881b5
--- /dev/null
+++ b/games/openmw/files/patch-components_widgets_imagebutton.cpp
@@ -0,0 +1,11 @@
+--- components/widgets/imagebutton.cpp.orig 2023-08-08 09:23:20 UTC
++++ components/widgets/imagebutton.cpp
+@@ -34,7 +34,7 @@ namespace Gui
+ updateImage();
+ }
+
+- void ImageButton::setPropertyOverride(const std::string &_key, const std::string &_value)
++ void ImageButton::setPropertyOverride(std::string_view _key, std::string_view _value)
+ {
+ if (_key == "ImageHighlighted")
+ mImageHighlighted = _value;