what has happened to TH2F::Fill

Wouter Hulsbergen (s37@nikhef.nl)
Wed, 17 Dec 1997 13:52:49 +0100 (MET)


Dear root,
Since this morning I have the following error when compiling:

CC -O -w +a1 +Z -I/hp/lerad/disc3/s37/root/include -c
ReconstructionAnalysisProgram3.C
CC: "ReconstructionAnalysisProgram3.C", line 206: error: int main(int ,
char **) cannot access void TH2F::Fill(Axis_t, Stat_t): private member
(1655)
CC: "ReconstructionAnalysisProgram3.C", line 207: error: int main(int ,
char **) cannot access void TH2F::Fill(Axis_t, Stat_t): private member
(1655)
gmake: *** [ReconstructionAnalysisProgram3.o] Error 1

This is new. What has happened to TH2F ?

Wouter