Skip to content

Commit

Permalink
Fix unix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Jul 12, 2023
1 parent 2289688 commit b9a4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/c/bridge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ struct SchemaExporter {
}

Status ExportSchema(const Schema& schema) {
static const StructType dummy_struct_type();
static const StructType dummy_struct_type({});
flags_ = 0;

RETURN_NOT_OK(ExportFormat(dummy_struct_type));
Expand Down

0 comments on commit b9a4735

Please sign in to comment.