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
This commit is contained in:
Davis King 2009-08-31 22:23:29 +00:00
parent 97905301cb
commit 8df2338af5
1 changed files with 1 additions and 1 deletions

View File

@ -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();