changeset 482:ea17c0e4e740 carfac_cpp

(none)
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 20:26:15 +0000
parents cad69634b411
children 3673e3e67bab
files src/AGC.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_ */