瀏覽代碼

cmProc.h : Added cmShiftBuf_str tag to cmShiftBuf.

master
kevin 10 年之前
父節點
當前提交
3d32b3ac51
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      cmProc.h

+ 1
- 1
cmProc.h 查看文件

@@ -44,7 +44,7 @@ extern "C" {
44 44
   //------------------------------------------------------------------------------------------------------------
45 45
   /// The buffer is intended to synchronize sample block rates between processes and to provide an overlapped 
46 46
   /// input buffer.
47
-  typedef struct 
47
+  typedef struct cmShiftBuf_str
48 48
   {
49 49
     cmObj       obj;
50 50
     unsigned    bufSmpCnt;  // wndSmpCnt + hopSmpCnt

Loading…
取消
儲存