From f26d1d0dde44da558e67940950b9c1d00548269c Mon Sep 17 00:00:00 2001
From: hallc-online <hallconline@gmail.com>
Date: Sat, 28 Apr 2018 15:22:57 -0400
Subject: [PATCH] Modify THcHodoscope

Elminiate "void" in THcHodoscope::EstimateFocalPlaneTime( void )
---
 src/THcHodoscope.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/THcHodoscope.cxx b/src/THcHodoscope.cxx
index 508d0ff..cc490e6 100644
--- a/src/THcHodoscope.cxx
+++ b/src/THcHodoscope.cxx
@@ -646,7 +646,7 @@ Int_t THcHodoscope::Decode( const THaEvData& evdata )
   Int_t nexthit = 0;
 
   fNfptimes=0;
-  Int_t thits=0;
+  Int_t thits = 0;
   for(Int_t ip=0;ip<fNPlanes;ip++) {
 
     fPlaneCenter[ip] = fPlanes[ip]->GetPosCenter(0) + fPlanes[ip]->GetPosOffset();
@@ -676,7 +676,7 @@ Int_t THcHodoscope::Decode( const THaEvData& evdata )
 }
 
 //_____________________________________________________________________________
-void THcHodoscope::EstimateFocalPlaneTime( void )
+void THcHodoscope::EstimateFocalPlaneTime()
 {
   /*! \brief Calculates the Drift Chamber start time and fBetaNoTrk (velocity determined without track info)
    *
-- 
GitLab