diff dsp/keydetection/GetKeyMode.h @ 268:9aedf5ea8c35

* remove exceptions from Polyfit, return bool instead of int from isModeMinor
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 07 Feb 2008 10:01:38 +0000
parents c1a952d9017c
children 715f779d0b4f
line wrap: on
line diff
--- a/dsp/keydetection/GetKeyMode.h	Fri Feb 01 16:46:36 2008 +0000
+++ b/dsp/keydetection/GetKeyMode.h	Thu Feb 07 10:01:38 2008 +0000
@@ -44,7 +44,7 @@
 
 	double *getKeyStrengths() { return m_keyStrengths; }
 
-	int isModeMinor( int key ); 
+	bool isModeMinor( int key ); 
 
 protected: