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_Aperture.h

    r3 r216  
    4242                H_Aperture(const H_Aperture&);
    4343                H_Aperture& operator=(const H_Aperture&);
    44                 virtual ~H_Aperture() { return; };
     44                virtual ~H_Aperture() { };
    4545                virtual H_Aperture* clone() const { return new H_Aperture(type,x1,x2,x3,x4,fx,fy); };
    4646                //@}
Note: See TracChangeset for help on using the changeset viewer.