Skip to content

Commit 2110c76

Browse files
committed
Fixing gcc4.8 error.
1 parent 809e6c1 commit 2110c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicedefender/source/DeviceDefender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Aws
4040
void *cancellationUserdata) noexcept
4141
: OnTaskCancelled(std::move(onCancelled)), cancellationUserdata(cancellationUserdata),
4242
m_allocator(allocator), m_status(ReportTaskStatus::Ready), m_taskConfig{nullptr}, m_owningTask{nullptr},
43-
m_lastError(0), m_mqttConnection{mqttConnection}, m_eventLoopGroup{eventLoopGroup}
43+
m_lastError(0), m_mqttConnection{mqttConnection}, m_eventLoopGroup(eventLoopGroup)
4444
{
4545
(void)networkConnectionSamplePeriodSeconds;
4646
struct aws_byte_cursor thingNameCursor = Crt::ByteCursorFromString(thingName);

0 commit comments

Comments
 (0)