summaryrefslogtreecommitdiff
path: root/games/openmw/files/patch-components_widgets_imagebutton.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/openmw/files/patch-components_widgets_imagebutton.hpp')
-rw-r--r--games/openmw/files/patch-components_widgets_imagebutton.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/openmw/files/patch-components_widgets_imagebutton.hpp b/games/openmw/files/patch-components_widgets_imagebutton.hpp
deleted file mode 100644
index 617e49ac50ac..000000000000
--- a/games/openmw/files/patch-components_widgets_imagebutton.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- components/widgets/imagebutton.hpp.orig 2023-08-08 09:23:20 UTC
-+++ components/widgets/imagebutton.hpp
-@@ -31,7 +31,7 @@ namespace Gui
- static bool sDefaultNeedKeyFocus;
-
- protected:
-- void setPropertyOverride(const std::string& _key, const std::string& _value) override;
-+ void setPropertyOverride(std::string_view _key, std::string_view _value) override;
- void onMouseLostFocus(MyGUI::Widget* _new) override;
- void onMouseSetFocus(MyGUI::Widget* _old) override;
- void onMouseButtonPressed(int _left, int _top, MyGUI::MouseButton _id) override;