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