Clarified spec again

This commit is contained in:
Davis King 2014-02-20 19:11:42 -05:00
parent d3c4c73fd9
commit 3c6cdf50c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace dlib
// Each detection object should be designed to work with a specific track object.
// This typedef lets us determine which track type is meant for use with this
// detection object.
typedef struct example_track track_type;
typedef class example_track track_type;
};