Skip to content
Snippets Groups Projects
Commit 3f33cefa authored by Eric Pooser's avatar Eric Pooser
Browse files

Fixed typo where {} should have been ()

parent 6067cfdb
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ public: ...@@ -10,7 +10,7 @@ public:
friend class THcDC; friend class THcDC;
THcRawDCHit(Int_t plane=0, Int_t counter=0) : THcRawHit(plane, counter), THcRawDCHit(Int_t plane=0, Int_t counter=0) : THcRawHit(plane, counter),
fNHits(0), fHasRef{kFALSE} { fNHits(0), fHasRef(kFALSE) {
} }
THcRawDCHit& operator=( const THcRawDCHit& ); THcRawDCHit& operator=( const THcRawDCHit& );
virtual ~THcRawDCHit() {} virtual ~THcRawDCHit() {}
......
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