diff options
Diffstat (limited to 'games/openmw/files/patch-components_widgets_list.cpp')
-rw-r--r-- | games/openmw/files/patch-components_widgets_list.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/openmw/files/patch-components_widgets_list.cpp b/games/openmw/files/patch-components_widgets_list.cpp deleted file mode 100644 index a39f2a13dc5b..000000000000 --- a/games/openmw/files/patch-components_widgets_list.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- components/widgets/list.cpp.orig 2023-08-08 09:23:20 UTC -+++ components/widgets/list.cpp -@@ -105,7 +105,7 @@ namespace Gui - mScrollView->setViewOffset(MyGUI::IntPoint(0, -viewPosition)); - } - -- void MWList::setPropertyOverride(const std::string &_key, const std::string &_value) -+ void MWList::setPropertyOverride(std::string_view _key, std::string_view _value) - { - if (_key == "ListItemSkin") - mListItemSkin = _value; |