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{