aports/community/webkit2gtk-4.1/typo.patch
2025-05-09 09:00:50 +02:00

13 lines
399 B
Diff

Patch-Source: cports/dev/webkitgtk/patches/typo.patch
--- a/Source/WebCore/platform/audio/DenormalDisabler.cpp
+++ b/Source/WebCore/platform/audio/DenormalDisabler.cpp
@@ -91,7 +91,7 @@ DenormalDisabler::~DenormalDisabler()
}
}
#else
-DenormalDisabler::DenormalDisabler() = default
+DenormalDisabler::DenormalDisabler() = default;
DenormalDisabler::~DenormalDisabler() = default;
#endif