Re: THtml - possible errors in 2.09 version

Rene Brun (Rene.Brun@cern.ch)
Tue, 28 Jul 1998 17:14:15 +0200


Valeriy Onuchin wrote:
>
> Hello Rooters.
> I meet a problem with THtml class:
>
> root [0] THtml html
> root [1] gHtml->MakeClass("TBRIK")
> -skipped- TBRIK
>
>
> Everything works well before. Best regards. Valery

THtml::MakeClass behaves like the normal make facility.
If your class is unchanged, MakeClass will do nothing.
You can force the reprocessing of this class with
gHtml->MakeClass("TBRIK",1);

Rene Brun