Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit caa9f80

Browse filesBrowse files
author
QL
committed
6.8.1
1 parent d49637e commit caa9f80
Copy full SHA for caa9f80

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎libraries/qpcpp_sam/src/qf.hpp

Copy file name to clipboardExpand all lines: libraries/qpcpp_sam/src/qf.hpp
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.