Skip to content

Commit

Permalink
flag enums can't be private
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed May 7, 2024
1 parent 8da18e6 commit b44f43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amq/protocol/properties.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module AMQ
module Protocol
struct Properties
@[Flags]
private enum Has : UInt16
enum Has : UInt16
ContentType = 0x8000_u16
ContentEncoding = 0x4000_u16
Headers = 0x2000_u16
Expand Down

0 comments on commit b44f43d

Please sign in to comment.