Skip to content

Commit

Permalink
Fix the Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Oct 10, 2020
1 parent 3f5d284 commit 74f307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/signals/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TEST_CASE("duplex_lazy_apply", "[signals][application]")
captured_id signal_id;

auto make_controller = [&](double new_value) {
return [=, &n, &signal_id](context ctx) {
return [=, &n, &signal_id](context) {
auto f = [](int x) -> double { return x * 2.0; };
auto r = [](double x) -> int { return int(x / 2.0 + 0.5); };

Expand Down

0 comments on commit 74f307d

Please sign in to comment.