From 331643511b6a5dfdaade354de7e13fdeffa1edbe Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Tue, 5 Dec 2000 10:56:10 +0000 Subject: [PATCH] Change private fields to protected to allow inheritance. git-svn-id: http://root.cern.ch/svn/root/trunk@1122 27541ba8-7e3a-0410-8455-c3a389f83636 --- html/inc/THtml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/inc/THtml.h b/html/inc/THtml.h index 114a8fb4dc9..abd0569aa91 100644 --- a/html/inc/THtml.h +++ b/html/inc/THtml.h @@ -1,4 +1,4 @@ -// @(#)root/html:$Name: $:$Id: THtml.h,v 1.1.1.1 2000/05/16 17:00:43 rdm Exp $ +// @(#)root/html:$Name: $:$Id: THtml.h,v 1.2 2000/09/05 09:21:23 brun Exp $ // Author: Nenad Buncic 18/10/95 /************************************************************************* @@ -33,7 +33,7 @@ class TVirtualPad; class THtml : public TObject { -private: +protected: TString fXwho; // by default http://xwho.cern.ch/WHO/people? const char *fSourcePrefix; // prefix to relative source path const char *fSourceDir; // source path -- GitLab