diff options
Diffstat (limited to 'games/openmw/files/patch-components_widgets_list.hpp')
-rw-r--r-- | games/openmw/files/patch-components_widgets_list.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/openmw/files/patch-components_widgets_list.hpp b/games/openmw/files/patch-components_widgets_list.hpp deleted file mode 100644 index d21eeb5a93b8..000000000000 --- a/games/openmw/files/patch-components_widgets_list.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- components/widgets/list.hpp.orig 2023-08-08 09:23:20 UTC -+++ components/widgets/list.hpp -@@ -48,7 +48,7 @@ namespace Gui - - void scrollToTop(); - -- void setPropertyOverride(const std::string& _key, const std::string& _value) override; -+ void setPropertyOverride(std::string_view _key, std::string_view _value) override; - - protected: - void initialiseOverride() override; |