Skip to content

Commit

Permalink
Don't predeclare a class as a struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Sep 6, 2024
1 parent 1dbf98b commit 59b8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/substrait/textplan/StructuredSymbolData.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace io::substrait::textplan {

class SymbolInfo;
struct SymbolInfo;

// Used by the PlanRelation and Relation concepts to track connectivity.
struct RelationData {
Expand Down

0 comments on commit 59b8a2c

Please sign in to comment.