mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-27 06:35:04 +00:00
Corrects lambda capture.
This commit is contained in:
parent
f0ec168ac7
commit
851cba0b25
@ -149,7 +149,7 @@
|
||||
}
|
||||
|
||||
// Run the thing.
|
||||
const auto comparitor = [] {
|
||||
const auto comparitor = [=] {
|
||||
// Test the end state.
|
||||
NSDictionary *const finalState = test[@"final state"];
|
||||
const auto state = test68000->processor.get_state();
|
||||
|
Loading…
x
Reference in New Issue
Block a user