Ignore:
Timestamp:
Jun 11, 2008, 3:55:20 PM (16 years ago)
Author:
garnier
Message:

go on the head of HepRep-> It wont compil on tag geant4-09-01-patch-02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/HepRep/src/G4HepRepFileSceneHandler.cc

    r834 r841  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HepRepFileSceneHandler.cc,v 1.65 2007/11/16 20:29:04 perl Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4HepRepFileSceneHandler.cc,v 1.66 2008/01/04 22:11:31 allison Exp $
     27// GEANT4 tag $Name: HEAD $
    2828//
    2929//
     
    120120}
    121121
    122 void G4HepRepFileSceneHandler::BeginPrimitives2D () {
     122void G4HepRepFileSceneHandler::BeginPrimitives2D
     123(const G4Transform3D& objectTransformation) {
    123124#ifdef G4HEPREPFILEDEBUG
    124125        G4cout << "G4HepRepFileSceneHandler::BeginPrimitives2D() " << G4endl;
    125126#endif
    126127        inPrimitives2D = true;
    127         G4VSceneHandler::BeginPrimitives2D();
     128        G4VSceneHandler::BeginPrimitives2D(objectTransformation);
    128129}
    129130
Note: See TracChangeset for help on using the changeset viewer.