Explorar o código

ippwrapper: fixed ignored typedef

Sven Sickert %!s(int64=11) %!d(string=hai) anos
pai
achega
75c33c405b
Modificáronse 1 ficheiros con 1 adicións e 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;