Files
guru/media-libs/amdvlk/files/amdvlk-2025.2.1-rapidjson-fix.patch
Charlie Quinet 4b51b5d628 media-libs/amdvlk: add 2025.2.1, drop 2025.1.3
Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
2025-04-30 22:57:21 +02:00

14 lines
742 B
Diff

diff --git a/pal/shared/devdriver/third_party/rapidjson/include/rapidjson/document.h b/pal/shared/devdriver/third_party/rapidjson/include/rapidjson/document.h
index e3e20dfb..ad362a69 100644
--- a/pal/shared/devdriver/third_party/rapidjson/include/rapidjson/document.h
+++ b/pal/shared/devdriver/third_party/rapidjson/include/rapidjson/document.h
@@ -322,7 +322,7 @@ struct GenericStringRef {
operator const Ch *() const { return s; }
const Ch* const s; //!< plain CharType pointer
- const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
+ SizeType length; //!< length of the string (excluding the trailing NULL terminator)
private:
//! Disallow construction from non-const array