diff dsp/keydetection/GetKeyMode.cpp @ 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 38bf09927942
line wrap: on
line diff
--- a/dsp/keydetection/GetKeyMode.cpp	Fri Feb 01 16:46:36 2008 +0000
+++ b/dsp/keydetection/GetKeyMode.cpp	Thu Feb 07 10:01:38 2008 +0000
@@ -290,7 +290,7 @@
 }
 
 
-int GetKeyMode::isModeMinor( int key )
+bool GetKeyMode::isModeMinor( int key )
 { 
     return (key > 12);
 }