diff options
Diffstat (limited to 'examples/triage/entropy.cpp')
| -rw-r--r-- | examples/triage/entropy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/entropy.cpp b/examples/triage/entropy.cpp index b43350cd..229c7079 100644 --- a/examples/triage/entropy.cpp +++ b/examples/triage/entropy.cpp @@ -12,7 +12,7 @@ EntropyThread::EntropyThread(BinaryViewRef data, size_t blockSize, QImage* image m_blockSize = blockSize; m_updated = false; m_running = true; - m_thread = std::thread([=]() { Run(); }); + m_thread = std::thread([=, this]() { Run(); }); } |
