Fixed warning on visual studio.

This commit is contained in:
Davis King 2014-03-01 21:38:47 -05:00
parent 7f3550d983
commit f5a717a5fa

View File

@ -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;