Commit 3c6cdf50 authored by Davis King's avatar Davis King

Clarified spec again

parent d3c4c73f
...@@ -26,7 +26,7 @@ namespace dlib ...@@ -26,7 +26,7 @@ namespace dlib
// Each detection object should be designed to work with a specific track object. // 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 // This typedef lets us determine which track type is meant for use with this
// detection object. // detection object.
typedef struct example_track track_type; typedef class example_track track_type;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment