Fork me on GitHub

Ignore:
Timestamp:
Feb 2, 2009, 12:26:00 PM (16 years ago)
Author:
Xavier Rouby
Message:

passing all objects as references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Hector/include/H_RectangularAperture.h

    r3 r216  
    2727                H_RectangularAperture():H_Aperture(RECTANGULAR,0,0,0,0,0,0) {}
    2828                H_RectangularAperture(const float,const float,const float,const float);
    29                 ~H_RectangularAperture() {return;};
     29                ~H_RectangularAperture() {};
    3030                H_RectangularAperture* clone() const;
    3131                //@}
Note: See TracChangeset for help on using the changeset viewer.