Commit d33b4bc3 authored by Davis King's avatar Davis King

A minor change to avoid a warning from visual studio.

parent fba83844
......@@ -21,7 +21,7 @@ namespace
struct detection_dense
{
typedef class track_dense track_type;
typedef struct track_dense track_type;
matrix<double,0,1> measurements;
};
......@@ -59,7 +59,7 @@ namespace
struct detection_sparse
{
typedef class track_sparse track_type;
typedef struct track_sparse track_type;
matrix<double,0,1> measurements;
};
......
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