diff options
Diffstat (limited to 'games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp')
-rw-r--r-- | games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp b/games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp deleted file mode 100644 index 32d8549ae89f..000000000000 --- a/games/openmw/files/patch-components_myguiplatform_scalinglayer.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- components/myguiplatform/scalinglayer.cpp.orig 2023-08-08 09:23:20 UTC -+++ components/myguiplatform/scalinglayer.cpp -@@ -126,8 +126,8 @@ namespace osgMyGUI - { - if (info->getName() == "Property") - { -- const std::string& key = info->findAttribute("key"); -- const std::string& value = info->findAttribute("value"); -+ const auto key = info->findAttribute("key"); -+ const auto value = info->findAttribute("value"); - - if (key == "Size") - { |