Changeset 15256 for trunk


Ignore:
Timestamp:
04/04/13 14:23:22 (11 years ago)
Author:
tbretz
Message:
Removed some unsused parameters from the header to avoid compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mgeom/MGeomCam.h

    r10090 r15256  
    121121    Int_t GetNeighbor(UInt_t idx, Int_t dir) const;
    122122
    123     virtual Bool_t HitFrame(MQuaternion p, const MQuaternion &u) const { return kFALSE; }
     123    virtual Bool_t HitFrame(MQuaternion, const MQuaternion &) const { return kFALSE; }
    124124            Bool_t HitFrame(MQuaternion p, const MQuaternion &u, Double_t margin) const;
    125125    virtual Bool_t HitDetector(const MQuaternion &p, Double_t offset=0) const;
Note: See TracChangeset for help on using the changeset viewer.