]> git.tdb.fi Git - builder.git/blobdiff - source/toolchain.h
Add a list of auxiliary suffixes to Tool
[builder.git] / source / toolchain.h
index 1060e09e559b8ffde1b8c8aa9f5f54f16b4cd567..3da6cda9e43ac8cad5438aeccb351ce0743dc0bf 100644 (file)
@@ -18,7 +18,7 @@ public:
 
        void add_tool(Tool *);
        const Tool &get_tool(const std::string &) const;
-       const Tool *get_tool_for_suffix(const std::string &) const;
+       const Tool *get_tool_for_suffix(const std::string &, bool = false) const;
 };
 
 #endif