root/root-add-RDisplay-to-LinkDef-file.patch
Mattias Ellert 1fd9670b71 Update to 6.24.02
ROOT now uses llvm/clang version 9 (updated from version 5)
No longer exclude arch s390x (better supported in llvm/clang 9)
Drop patches accepted upstream or previously backported
Backport some fixes that make more tests work
New subpackages: python{2,3}-distrdf, root-roofit-batchcompute
Require js-jsroot >= 6
2021-08-22 19:10:24 +02:00

25 lines
883 B
Diff

From d9e15857c189edcfa75af5c6244ff68fac74f06f Mon Sep 17 00:00:00 2001
From: Enrico Guiraud <enrico.guiraud@cern.ch>
Date: Thu, 10 Jun 2021 10:00:32 +0200
Subject: [PATCH] [DF] Add RDisplay to LinkDef
To help cling autoloading.
---
tree/dataframe/inc/LinkDef.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tree/dataframe/inc/LinkDef.h b/tree/dataframe/inc/LinkDef.h
index 3879ac8d5d..8103468082 100644
--- a/tree/dataframe/inc/LinkDef.h
+++ b/tree/dataframe/inc/LinkDef.h
@@ -20,6 +20,7 @@
#pragma link C++ namespace ROOT::Internal::RDF::GraphDrawing;
#pragma link C++ namespace ROOT::Detail::RDF;
#pragma link C++ namespace ROOT::RDF;
+#pragma link C++ class ROOT::RDF::RDisplay-;
#pragma link C++ class ROOT::Internal::RDF::RActionBase-;
#pragma link C++ class ROOT::Internal::RDF::RJittedAction-;
#pragma link C++ class ROOT::Detail::RDF::RFilterBase-;
--
2.31.1