From c3614a0b69a5c2314ca1b30f3152c6ba57bdd3e1 Mon Sep 17 00:00:00 2001 From: QL Date: Fri, 3 Apr 2020 17:45:32 -0400 Subject: [PATCH] 6.8.1 --- include/qf.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qf.hpp b/include/qf.hpp index b11489147..c34768551 100644 --- a/include/qf.hpp +++ b/include/qf.hpp @@ -4,7 +4,7 @@ /// @cond ///*************************************************************************** /// Last updated for version 6.8.0 -/// Last updated on 2020-01-13 +/// Last updated on 2020-04-03 /// /// Q u a n t u m L e a P s /// ------------------------ @@ -724,7 +724,7 @@ class QTicker : public QActive { /// @include qf_postx.cpp #define Q_NEW_X(e_, evtT_, margin_, sig_) \ ((e_) = static_cast(QP::QF::newX_( \ - sizeof(evtT_) (margin_), (sig_)))) + sizeof(evtT_), (margin_), (sig_)))) #endif //! Create a new reference of the current event `e` */