]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.cpp
Use a typedef for ExternalTask arguments
[builder.git] / source / gnucompiler.cpp
index 34b4e947a49e2f2637443e3d2f4aca70403ce006..189e5148285c827015aaf203c2891a00ece39047 100644 (file)
@@ -32,7 +32,7 @@ Task *GnuCompiler::run(const Target &target) const
        const ObjectFile &object = dynamic_cast<const ObjectFile &>(target);
        const Component &comp = object.get_component();
 
-       vector<string> argv;
+       ExternalTask::Arguments argv;
        argv.push_back(name);
        argv.push_back("-c");