Skip to content

Commit

Permalink
Fix for gcc-4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn authored and Johannes Tax committed Jul 7, 2020
1 parent 53bcda4 commit 4b162e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/event/async_timer/timer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace event
namespace async_timer
{
Timer::Timer(TimerCallback callback, Dispatcher &dispatcher) noexcept
: callback_{callback}, dispatcher_{dispatcher}, event_{dispatcher.events_.end()}
: callback_(callback), dispatcher_(dispatcher), event_(dispatcher.events_.end())
{}

Timer::~Timer()
Expand Down

0 comments on commit 4b162e4

Please sign in to comment.