]> git.tdb.fi Git - builder.git/blobdiff - source/toolchain.h
Delay locating tool executables until the tool is needed
[builder.git] / source / toolchain.h
index 2c0e3d2a84977933113c0447b00a5a5daae50c60..572e42f58dcdc9e718a036c11dee5f433d61c8d6 100644 (file)
@@ -20,8 +20,8 @@ public:
        ~Toolchain();
 
        void add_tool(Tool *);
-       const Tool &get_tool(const std::string &) const;
-       const Tool *get_tool_for_suffix(const std::string &, bool = false) const;
+       Tool &get_tool(const std::string &) const;
+       Tool *get_tool_for_suffix(const std::string &, bool = false) const;
 };
 
 #endif