Added dlib:: in front of the set.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402544
This commit is contained in:
Davis King 2008-10-07 12:49:09 +00:00
parent 530d1640a7
commit 4115e78c5e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ using namespace dlib::bayes_node_utils;
typedef directed_graph<bayes_node>::kernel_1a_c directed_graph_type;
typedef directed_graph<bayes_node>::kernel_1a_c::node_type node_type;
typedef graph<set<unsigned long>::compare_1b_c, set<unsigned long>::compare_1b_c>::kernel_1a_c join_tree_type;
typedef graph<dlib::set<unsigned long>::compare_1b_c, dlib::set<unsigned long>::compare_1b_c>::kernel_1a_c join_tree_type;
// ----------------------------------------------------------------------------