Skip to content

Commit

Permalink
Constructor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Sep 19, 2024
1 parent 5afe2ff commit dfdd59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/iot/MqttRequestResponseClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ namespace Aws
class AWS_CRT_CPP_API UnmodeledResponse
{
public:
UnmodeledResponse() : m_payload(), m_topic() {
UnmodeledResponse() : m_topic(), m_payload() {
AWS_ZERO_STRUCT(m_payload);
AWS_ZERO_STRUCT(m_topic);
}
Expand Down

0 comments on commit dfdd59a

Please sign in to comment.