Skip to content

Commit

Permalink
Fix definition of ChunkResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Oct 9, 2024
1 parent b4767cd commit b7e977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/chunk_resolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

namespace arrow {

struct ChunkResolver;
class ChunkResolver;

template <typename IndexType>
struct ARROW_EXPORT TypedChunkLocation {
Expand Down

0 comments on commit b7e977e

Please sign in to comment.