diff options
Diffstat (limited to 'games/openmw/files/patch-components_widgets_imagebutton.hpp')
-rw-r--r-- | games/openmw/files/patch-components_widgets_imagebutton.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/openmw/files/patch-components_widgets_imagebutton.hpp b/games/openmw/files/patch-components_widgets_imagebutton.hpp new file mode 100644 index 000000000000..617e49ac50ac --- /dev/null +++ b/games/openmw/files/patch-components_widgets_imagebutton.hpp @@ -0,0 +1,11 @@ +--- 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; |