1 parent 38a8a2c commit 888b3b8Copy full SHA for 888b3b8
1 file changed
Algorithm/test/tableview.cxx
@@ -143,9 +143,9 @@ BOOST_AUTO_TEST_CASE(test_tableview_formaterror)
143
ParserT>;
144
ViewType heartbeatview;
145
146
- o2::Header::DataHeader dh;
147
- dh.dataDescription = o2::Header::DataDescription("FIRSTSLOT");
148
- dh.dataOrigin = o2::Header::DataOrigin("TST");
+ o2::header::DataHeader dh;
+ dh.dataDescription = o2::header::DataDescription("FIRSTSLOT");
+ dh.dataOrigin = o2::header::DataOrigin("TST");
149
dh.subSpecification = 0;
150
dh.payloadSize = 0;
151
0 commit comments