Changeset 17334 for trunk/Mars/mgui


Ignore:
Timestamp:
11/21/13 17:22:38 (11 years ago)
Author:
tbretz
Message:
Removed an unused argument to suppress compiler warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mgui/MCamEvent.h

    r12920 r17334  
    1717
    1818    virtual void   Init(const MGeomCam &geom);
    19     virtual void   InitSize(const UInt_t i) { } // Used by MGeomApply see Init()
     19    virtual void   InitSize(const UInt_t) { } // Used by MGeomApply see Init()
    2020
    2121    virtual Double_t GetCameraMean(const MGeomCam &cam, Int_t type=0) const;
Note: See TracChangeset for help on using the changeset viewer.