]> git.tdb.fi Git - builder.git/blobdiff - source/binary.cpp
Put constructor helper functions next to the constructors
[builder.git] / source / binary.cpp
index 957d233d65ec3bff179d3e93703b5f5af1c57e7e..a06bd2031bbbf33e9607bd8184c04066153ae377 100644 (file)
@@ -15,7 +15,7 @@ Binary::Binary(Builder &b, const FS::Path &p):
        FileTarget(b, 0, p)
 { }
 
-Binary::Binary(Builder &b, const Component &c, const std::string &p, const list<ObjectFile *> &objs):
+Binary::Binary(Builder &b, const Component &c, const string &p, const list<ObjectFile *> &objs):
        FileTarget(b, &c.get_package(), c.get_package().get_out_dir()/p)
 {
        component = &c;