Browse Source

cmProc2.h:Removed incorrect use of cmSigGenWaveformId which caused multiple definition errors.

master
kevin 11 years ago
parent
commit
4c0847942d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmProc2.h

+ 1
- 1
cmProc2.h View File

@@ -114,7 +114,7 @@ extern "C" {
114 114
     kSilenceWfId,
115 115
     kPhasorWfId,
116 116
     kSeqWfId,            // always incrementing integer sequence (srate,frq,otCnt is ignored)
117
-  } cmSigGenWaveformId;
117
+  };
118 118
 
119 119
   typedef struct
120 120
   {

Loading…
Cancel
Save