Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / cv / include / cvtypes.h
index 909fc67..e45cae2 100644 (file)
@@ -101,7 +101,7 @@ typedef struct CvChainPtReader
     CV_SEQ_READER_FIELDS()
     char      code;
     CvPoint   pt;
-    char      deltas[8][2];
+    schar     deltas[8][2];
 }
 CvChainPtReader;
 
@@ -166,7 +166,7 @@ CvSubdiv2DPoint;
     CvSubdiv2DEdge recent_edge; \
     CvPoint2D32f  topleft;      \
     CvPoint2D32f  bottomright;
-    
+
 typedef struct CvSubdiv2D
 {
     CV_SUBDIV2D_FIELDS()
@@ -379,6 +379,8 @@ typedef struct CvAvgComp
 }
 CvAvgComp;
 
+struct CvFeatureTree;
+
 #endif /*_CVTYPES_H_*/
 
 /* End of file. */