X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;fp=test%2Fdata%2Fdecoderstack.cpp;h=09f047d5d07549ce4d4e928f74d4801af2509e34;hp=0fc0da392249b33179e6e6202e0f655f53d57032;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index 0fc0da3..09f047d 100644 --- a/test/data/decoderstack.cpp +++ b/test/data/decoderstack.cpp @@ -70,8 +70,8 @@ BOOST_AUTO_TEST_CASE(TwoDecoderStack) BOOST_REQUIRE(dec1); // Wait for the decode threads to complete - dec0->_decode_thread.join(); - dec1->_decode_thread.join(); + dec0->decode_thread_.join(); + dec1->decode_thread_.join(); // Check there were no errors BOOST_CHECK_EQUAL(dec0->error_message().isEmpty(), true);