mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 21:04:46 +02:00
13 lines
399 B
Diff
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
|
|
|