From e1683786f478ab331ca95f350017a413f30895a6 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Mon, 13 Jul 2026 11:59:39 +0200 Subject: [PATCH] [test] Use correct stl include and fix typo --- roottest/root/meta/autoloading/headerParsingOnDemand/h1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roottest/root/meta/autoloading/headerParsingOnDemand/h1.h b/roottest/root/meta/autoloading/headerParsingOnDemand/h1.h index 3d88bd312fbf1..45372f491ac23 100644 --- a/roottest/root/meta/autoloading/headerParsingOnDemand/h1.h +++ b/roottest/root/meta/autoloading/headerParsingOnDemand/h1.h @@ -33,7 +33,7 @@ class myClass3{ template class myClass4{ public: - void myMethod(const T*const**&& ){}; // Unluky signature but interesting for this test ;-) + void myMethod(const T*const**&& ){}; // Unlucky signature but interesting for this test ;-) }; //-------------------- @@ -56,7 +56,7 @@ class myClass7{ const myTemplate**const* dummy; }; -#include +#include //-------------------- template class myClass8{