Skip to content

Commit caa9f80

Browse files
author
QL
committed
6.8.1
1 parent d49637e commit caa9f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/qpcpp_sam/src/qf.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/// @cond
55
///***************************************************************************
66
/// Last updated for version 6.8.0
7-
/// Last updated on 2020-01-13
7+
/// Last updated on 2020-04-03
88
///
99
/// Q u a n t u m L e a P s
1010
/// ------------------------
@@ -724,7 +724,7 @@ class QTicker : public QActive {
724724
/// @include qf_postx.cpp
725725
#define Q_NEW_X(e_, evtT_, margin_, sig_) \
726726
((e_) = static_cast<evtT_ *>(QP::QF::newX_( \
727-
sizeof(evtT_) (margin_), (sig_))))
727+
sizeof(evtT_), (margin_), (sig_))))
728728
#endif
729729

730730
//! Create a new reference of the current event `e` */

0 commit comments

Comments
 (0)