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

A minor change to avoid a compiler warning in gcc 4.1

parent 236e90e3
......@@ -177,6 +177,8 @@ namespace dlib
item.c = con;
item.score = score;
item.tag = possible_tags[m].first;
item.left = END_OF_TREE;
item.right = END_OF_TREE;
back[r][c][possible_tags[m].first] = item;
}
}
......
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