summaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/games/openmw/files/patch-components_widgets_imagebutton.cpp b/games/openmw/files/patch-components_widgets_imagebutton.cpp
deleted file mode 100644
index 9887031881b5..000000000000
--- a/games/openmw/files/patch-components_widgets_imagebutton.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;