Skip to content

Commit

Permalink
6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QL committed Apr 3, 2020
1 parent db2a7c8 commit c3614a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/qf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// ------------------------
Expand Down Expand Up @@ -724,7 +724,7 @@ class QTicker : public QActive {
/// @include qf_postx.cpp
#define Q_NEW_X(e_, evtT_, margin_, sig_) \
((e_) = static_cast<evtT_ *>(QP::QF::newX_( \
sizeof(evtT_) (margin_), (sig_))))
sizeof(evtT_), (margin_), (sig_))))
#endif

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

0 comments on commit c3614a0

Please sign in to comment.