Mercurial > hg > aimc
changeset 543:cd2f402f3bd7
(none)
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 20:26:15 +0000 |
parents | 5f1f55b23301 |
children | c666e8e0696a |
files | branches/carfac_cpp/src/AGC.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/branches/carfac_cpp/src/AGC.h Wed Mar 28 20:24:28 2012 +0000 +++ b/branches/carfac_cpp/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_ */