Skip to content
Snippets Groups Projects
Commit 33164351 authored by Rene Brun's avatar Rene Brun
Browse files

Change private fields to protected to allow inheritance.

git-svn-id: http://root.cern.ch/svn/root/trunk@1122 27541ba8-7e3a-0410-8455-c3a389f83636
parent 0c0dd8af
No related branches found
No related tags found
No related merge requests found
// @(#)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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment