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

Fix wrong format in argument comment

git-svn-id: http://root.cern.ch/svn/root/trunk@6849 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3fbe3b84
No related branches found
No related tags found
No related merge requests found
// @(#)root/geom:$Name: $:$Id: TVirtualGeoTrack.h,v 1.2 2003/06/17 09:13:55 brun Exp $
// @(#)root/geom:$Name: $:$Id: TVirtualGeoTrack.h,v 1.3 2003/06/17 19:46:10 brun Exp $
// Author: Andrei Gheata 2003/04/10
/*************************************************************************
......@@ -76,7 +76,7 @@ public:
Bool_t IsInTimeRange() const;
virtual void Paint(Option_t *option="") = 0;
virtual void PaintCollect(Double_t /*time*/, Double_t * /*box*/) {;}
virtual void PaintCollectTrack(Double_t /*time*/, Double_t */*box*/) {;}
virtual void PaintCollectTrack(Double_t /*time*/, Double_t * /*box*/) {;}
virtual void PaintTrack(Option_t *option="") = 0;
virtual void ResetTrack() = 0;
void SetName(const char *name);
......
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