diff dsp/keydetection/GetKeyMode.h @ 43:b4921bfd2aea

* remove exceptions from Polyfit, return bool instead of int from isModeMinor
author cannam
date Thu, 07 Feb 2008 10:01:38 +0000
parents 163f6e03e9e7
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: