Fork me on GitHub

Changeset e0c1ff0 in git for classes/SortableObject.h


Ignore:
Timestamp:
Oct 9, 2014, 6:59:37 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
493aa9b
Parents:
7513718
Message:

Mostly in place but crashing

Just debugged the obvious typos and other things. It compiles.
Still, crash at runtime in TGeoManager::SetTopVolume(TGeoVolume*)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/SortableObject.h

    r7513718 re0c1ff0  
    4343public:
    4444  virtual ~CompBase() { }
    45   virtual Bool_t IsSortable(const TObject *obj) const { return kTRUE; }
     45  virtual Bool_t IsSortable(const TObject *) const { return kTRUE; }
    4646  virtual Int_t Compare(const TObject *obj1, const TObject *obj2) const = 0;
    4747};
Note: See TracChangeset for help on using the changeset viewer.