Commit 8df2338a authored by Davis King's avatar Davis King

Fixed a bug in the get_filesystem_roots() roots function that

prevented it from compiling.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403179
parent 97905301
......@@ -650,7 +650,7 @@ namespace dlib
typename queue_of_dir
>
typename enable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots (
const std::vector<directory>& roots
std::vector<directory>& roots
)
{
roots.clear();
......
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