Fix compiler error
This commit is contained in:
parent
fdd9c980bd
commit
08c1d206af
@ -38,6 +38,10 @@ private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ParallelAccessDataTreeStore);
|
||||
};
|
||||
|
||||
inline uint64_t ParallelAccessDataTreeStore::blocksizeBytes() const {
|
||||
return _dataTreeStore->blocksizeBytes();
|
||||
}
|
||||
|
||||
inline uint64_t ParallelAccessDataTreeStore::numNodes() const {
|
||||
return _dataTreeStore->numNodes();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user