Explorar el Código

ippwrapper: fixed ignored typedef

Sven Sickert hace 11 años
padre
commit
75c33c405b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;