From b5a9580a8e0a23d0508b6bd5da1463937eb716fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Thu, 8 Oct 2020 21:27:16 +0200 Subject: [PATCH] BitArray::Data --- libsrc/core/bitarray.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsrc/core/bitarray.hpp b/libsrc/core/bitarray.hpp index 4005fc81..768b40df 100644 --- a/libsrc/core/bitarray.hpp +++ b/libsrc/core/bitarray.hpp @@ -148,7 +148,8 @@ public: NGCORE_API size_t NumSet () const; NGCORE_API void DoArchive(Archive& archive); - + + NGCORE_API auto * Data() const { return data; } private: /// unsigned char Mask (size_t i) const