]> git.tdb.fi Git - builder.git/blobdiff - source/binarycomponent.cpp
Remove most container typedefs and refactor others
[builder.git] / source / binarycomponent.cpp
index 816b38573e79bfb4970808b438c8ff67458d0132..f1aaa0eb006b22a5366a1b5bc12766e08806b45e 100644 (file)
@@ -54,7 +54,7 @@ void BinaryComponent::create_targets() const
        const Toolchain &pkg_tools = package.get_toolchain();
 
        list<Target *> objs;
-       SourceList source_filenames = collect_source_files();
+       list<FS::Path> source_filenames = collect_source_files();
        for(auto i=source_filenames.begin(); i!=source_filenames.end(); ++i)
        {
                string ext = FS::extpart(FS::basename(*i));