Skip to content
Snippets Groups Projects
Commit 3804de7a authored by myliu@ihep.ac.cn's avatar myliu@ihep.ac.cn
Browse files

An issue with warnings generated by ';' during compilation has been resolved

parent 7e060dad
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
#include "G4VFastSimulationModel.hh"
#include "DummyFastSimG4Model.h"
DECLARE_COMPONENT(DummyFastSimG4Tool);
DECLARE_COMPONENT(DummyFastSimG4Tool)
StatusCode DummyFastSimG4Tool::initialize() {
StatusCode sc;
......
......@@ -6,7 +6,7 @@
#include "DriftChamberSensitiveDetector.h"
DECLARE_COMPONENT(DriftChamberSensDetTool);
DECLARE_COMPONENT(DriftChamberSensDetTool)
StatusCode DriftChamberSensDetTool::initialize() {
StatusCode sc;
......
......@@ -8,7 +8,7 @@
#include "CLHEP/Units/SystemOfUnits.h"
DECLARE_COMPONENT(TimeProjectionChamberSensDetTool);
DECLARE_COMPONENT(TimeProjectionChamberSensDetTool)
StatusCode TimeProjectionChamberSensDetTool::initialize() {
StatusCode sc;
......
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