Skip to content
Snippets Groups Projects
Commit b903d32c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: IGeoSvc::lcdd() pure virtual removed upstream

parent 574f6743
No related branches found
No related tags found
1 merge request!540fix: IGeoSvc::lcdd() pure virtual removed upstream
......@@ -72,7 +72,7 @@ public:
* <a href="https://dd4hep.web.cern.ch/dd4hep/reference/classdd4hep_1_1Detector.html">See DD4hep Detector documentation</a>
*/
virtual dd4hep::Detector* getDetector() override;
virtual dd4hep::Detector* lcdd() override {
virtual dd4hep::Detector* lcdd() {
return getDetector();
};
virtual G4VUserDetectorConstruction* getGeant4Geo() override {
......
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