Skip to content

Commit

Permalink
Typo fix (class -> struct)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <[email protected]>
  • Loading branch information
dchigarev committed Oct 9, 2020
1 parent c64085e commit 272fee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/type_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Decimal##width; \
class Decimal##width##Type; \
class Decimal##width##Array; \
class Decimal##width##Builder; \
class Decimal##width##Scalar;
struct Decimal##width##Scalar;

DECIMAL_DECL(128)
DECIMAL_DECL(256)
Expand Down

0 comments on commit 272fee8

Please sign in to comment.