Skip to content

Commit a885c7f

Browse files
committed
try public
1 parent 557e082 commit a885c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/include/Acts/EventData/SpacePointContainer2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,6 @@ class SpacePointContainer2 {
874874
columns.data().subspan(range.first, range.second)...);
875875
}
876876

877-
private:
878877
class ColumnHolderBase {
879878
public:
880879
virtual ~ColumnHolderBase() = default;
@@ -918,6 +917,7 @@ class SpacePointContainer2 {
918917
Container m_data;
919918
};
920919

920+
private:
921921
std::uint32_t m_size{0};
922922

923923
std::unordered_map<

0 commit comments

Comments
 (0)