# HG changeset patch # User Ulf.Hammarqvist@gmail.com # Date 1332966375 0 # Node ID ea17c0e4e740ab755e9cc8c1a6f8a6065b332771 # Parent cad69634b41125cde2c7b2b837c17cce55bb2d4a diff -r cad69634b411 -r ea17c0e4e740 src/AGC.h --- a/src/AGC.h Wed Mar 28 20:24:28 2012 +0000 +++ b/src/AGC.h Wed Mar 28 20:26:15 2012 +0000 @@ -34,7 +34,7 @@ AGC_coefficients(AGC_parameters*, float, int); virtual ~AGC_coefficients(); private: - AGC_coefficients(); + AGC_coefficients(){} }; #endif /* AGC_H_ */