Jelajahi Sumber

ippwrapper: fixed ignored typedef

Sven Sickert 11 tahun lalu
induk
melakukan
75c33c405b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/image/ippwrapper.h

+ 1 - 1
core/image/ippwrapper.h

@@ -203,7 +203,7 @@
   typedef struct ipcvMorphGrayState_32f IppiMorphGrayState_32f;
 
   struct OptFlowPyrLK;
-  typedef struct IppiOptFlowPyrLK;
+  typedef struct OptFlowPyrLK IppiOptFlowPyrLK;
   typedef IppiOptFlowPyrLK IppiOptFlowPyrLK_8u_C1R;
   typedef IppiOptFlowPyrLK IppiOptFlowPyrLK_16u_C1R;
   typedef IppiOptFlowPyrLK IppiOptFlowPyrLK_32f_C1R;