diff dsp/keydetection/GetKeyMode.cpp @ 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 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);
 }