Skip to content

Commit 21304a7

Browse files
committed
Fix tests
1 parent 94d0d15 commit 21304a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/yup_core/native/yup_Files_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ void File::findFileSystemRoots (Array<File>& destArray)
687687
roots.sort (true);
688688

689689
for (int i = 0; i < roots.size(); ++i)
690-
destArray.add (roots[i]);
690+
destArray.add (File (roots[i]));
691691
}
692692

693693
//==============================================================================

0 commit comments

Comments
 (0)