]> git.tdb.fi Git - builder.git/blobdiff - source/mingwdlltool.cpp
Change Tool's protected constructor to take a pointer to Architecture
[builder.git] / source / mingwdlltool.cpp
index 62ef7059a885d7a78d2dd216b2d2612c3eeabd42..c6eddc0e763fa149fd8f7fd78152075254326c86 100644 (file)
@@ -16,7 +16,7 @@ using namespace std;
 using namespace Msp;
 
 MingwDllTool::MingwDllTool(Builder &b, const Architecture &a):
-       Tool(b, a, "DLL")
+       Tool(b, &a, "DLL")
 {
        set_command("dlltool", true);
        set_run(_run);