Fixed warning on visual studio.

pull/2/head
Davis King 11 years ago
parent 7f3550d983
commit f5a717a5fa

@ -36,7 +36,7 @@ struct detection
copyable and contain a public typedef named track_type that tells us the track type
meant for use with this detection object.
*/
typedef class track track_type;
typedef struct track track_type;

Loading…
Cancel
Save