Ignore:
Timestamp:
Oct 30, 2008, 5:48:40 PM (16 years ago)
Author:
garnier
Message:

update to G4 DEBUG official messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/common/include/G4Qt.hh

    r867 r874  
    5151public:
    5252  static G4Qt* getInstance();
    53   static G4Qt* getInstance(int*,char**,char*);
     53  static G4Qt* getInstance(int,char**,char*);
    5454  G4bool Inited();
    5555  void* GetEvent();
     
    5757  virtual ~G4Qt();                     
    5858private:
    59   G4Qt (int*,char**,char*);                     
     59  G4Qt (int,char**,char*);                     
    6060  static G4Qt* instance; // Pointer to single instance.
    6161};
Note: See TracChangeset for help on using the changeset viewer.