FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixed root task init. · jchjava/cpp.react@3433c2c · GitHub

Commit 3433c2c

Browse files
committed
Fixed root task init.
1 parent acc074f commit 3433c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎include/react/engine/PulsecountEngine.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class EngineBase : public IReactiveEngine<Node,TTurn>
118118

119119
private:
120120
NodeVectT changedInputs_;
121-
empty_task& rootTask_ { *new(task::allocate_root()) empty_task };
121+
empty_task& rootTask_ = *new(task::allocate_root()) empty_task;
122122
task_list spawnList_;
123123
};
124124

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL