ExtboContainer: make data private

This commit is contained in:
Arne Morten Kvarving 2025-02-07 14:42:40 +01:00
parent 72245590f2
commit d0ef350297

View File

@ -57,6 +57,7 @@ public:
bool allocated() const
{ return allocated_; }
private:
bool allocated_ = false;
ScalarBuffer X_volume_;
ScalarBuffer Y_volume_;