From 80e1f74bbd3589a61aea31c0e2ff900efa75fdde Mon Sep 17 00:00:00 2001 From: Silia Taider Date: Wed, 22 Jul 2026 18:44:01 +0200 Subject: [PATCH] [ML] Update stale class name in data loader LinkDef --- tree/ml/LinkDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/ml/LinkDef.h b/tree/ml/LinkDef.h index 18acf5cdf4c5b..80a0cb213fc54 100644 --- a/tree/ml/LinkDef.h +++ b/tree/ml/LinkDef.h @@ -7,6 +7,6 @@ // corresponding dictionary source file, and apparently only the second one is necessary for cppyy. #pragma link C++ namespace ROOT::Experimental::ML; #pragma link C++ namespace ROOT::Experimental::Internal::ML; -#pragma link C++ class ROOT::Experimental::Internal::ML::RDataLoader < int>; +#pragma link C++ class ROOT::Experimental::Internal::ML::RDataLoaderEngine < int>; #endif #endif