diff --git a/src/Text.hh b/src/Text.hh index 5e287cee..8f4a878e 100644 --- a/src/Text.hh +++ b/src/Text.hh @@ -329,7 +329,7 @@ struct bcarray { bool operator!=(const bcarray& s) const { return !this->operator==(s); } -} __attribute__((packed)); +}; // Packed text objects for use in protocol structs