We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49637e commit caa9f80Copy full SHA for caa9f80
libraries/qpcpp_sam/src/qf.hpp
@@ -4,7 +4,7 @@
4
/// @cond
5
///***************************************************************************
6
/// Last updated for version 6.8.0
7
-/// Last updated on 2020-01-13
+/// Last updated on 2020-04-03
8
///
9
/// Q u a n t u m L e a P s
10
/// ------------------------
@@ -724,7 +724,7 @@ class QTicker : public QActive {
724
/// @include qf_postx.cpp
725
#define Q_NEW_X(e_, evtT_, margin_, sig_) \
726
((e_) = static_cast<evtT_ *>(QP::QF::newX_( \
727
- sizeof(evtT_) (margin_), (sig_))))
+ sizeof(evtT_), (margin_), (sig_))))
728
#endif
729
730
//! Create a new reference of the current event `e` */
0 commit comments