mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed warning on visual studio.
This commit is contained in:
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…
Reference in New Issue
Block a user