mirror of https://github.com/davisking/dlib.git
Added dlib:: in front of the set.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402544
This commit is contained in:
parent
530d1640a7
commit
4115e78c5e
|
@ -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;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue