Skip to content

Commit 888b3b8

Browse files
Correcting namespace
1 parent 38a8a2c commit 888b3b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Algorithm/test/tableview.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ BOOST_AUTO_TEST_CASE(test_tableview_formaterror)
143143
ParserT>;
144144
ViewType heartbeatview;
145145

146-
o2::Header::DataHeader dh;
147-
dh.dataDescription = o2::Header::DataDescription("FIRSTSLOT");
148-
dh.dataOrigin = o2::Header::DataOrigin("TST");
146+
o2::header::DataHeader dh;
147+
dh.dataDescription = o2::header::DataDescription("FIRSTSLOT");
148+
dh.dataOrigin = o2::header::DataOrigin("TST");
149149
dh.subSpecification = 0;
150150
dh.payloadSize = 0;
151151

0 commit comments

Comments
 (0)