소스 검색

Made AEntry TableData public

Incremental un-use of TableData getter should be done in the future if public data is to stay.
George 4 년 전
부모
커밋
3789b209f8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/experimental/aentry.h

+ 1 - 0
src/experimental/aentry.h

@@ -42,6 +42,7 @@ namespace experimental {
 class AEntry {
 protected:
     DataPosition position;
+public:
     TableData tableData;
 public:
     AEntry() = delete; // Demand specificity from default constructor