diff options
Diffstat (limited to 'src/corelib/global/qendian.cpp')
| -rw-r--r-- | src/corelib/global/qendian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qendian.cpp b/src/corelib/global/qendian.cpp index 5e46109dd11..1436316ac18 100644 --- a/src/corelib/global/qendian.cpp +++ b/src/corelib/global/qendian.cpp @@ -835,7 +835,7 @@ size_t simdSwapLoop(const uchar *, size_t, uchar *) noexcept } #endif -template <typename T> static Q_ALWAYS_INLINE +template <typename T> Q_ALWAYS_INLINE static void *bswapLoop(const uchar *src, size_t n, uchar *dst) noexcept { // Buffers cannot partially overlap: either they're identical or totally |
