Skip to content

Commit 9eabb76

Browse files
maszymanjblomer
authored andcommitted
fix namespace of RPagePersistentSink::Create after aa9b84e
1 parent dcba7b4 commit 9eabb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/ntuple/v7/src/RNTuple.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ ROOT::Experimental::RNTupleWriter::Recreate(std::initializer_list<std::pair<std:
370370
std::string_view ntupleName, std::string_view storage,
371371
const RNTupleWriteOptions &options)
372372
{
373-
auto sink = Detail::RPagePersistentSink::Create(ntupleName, storage, options);
373+
auto sink = Internal::RPagePersistentSink::Create(ntupleName, storage, options);
374374
auto model = RNTupleModel::Create();
375375
for (const auto &fieldDesc : fields) {
376376
std::string typeName(fieldDesc.first);

0 commit comments

Comments
 (0)