Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
* build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gresyk committed Jul 2, 2018
1 parent 8098d4b commit bb2ad7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/hfsm/detail/machine.inl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ M<TC, TMS>::_B<TI>::widePostLeave(Context& context) {
template <typename TC, unsigned TMS>
template <typename TA>
M<TC, TMS>::_R<TA>::_R(Context& context
HFSM_IF_LOGGER(, LoggerInterface* const logger = nullptr))
HFSM_IF_LOGGER(, LoggerInterface* const logger))
: _context(context)
, _apex(_stateRegistry, Parent(), _stateParents, _forkParents, _forkPointers)
HFSM_IF_LOGGER(, _logger(logger))
Expand Down
2 changes: 1 addition & 1 deletion include/hfsm/machine_single.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ M<TC, TMS>::_B<TI>::widePostLeave(Context& context) {
template <typename TC, unsigned TMS>
template <typename TA>
M<TC, TMS>::_R<TA>::_R(Context& context
HFSM_IF_LOGGER(, LoggerInterface* const logger = nullptr))
HFSM_IF_LOGGER(, LoggerInterface* const logger))
: _context(context)
, _apex(_stateRegistry, Parent(), _stateParents, _forkParents, _forkPointers)
HFSM_IF_LOGGER(, _logger(logger))
Expand Down

0 comments on commit bb2ad7f

Please sign in to comment.