From e5fedf8a485d7b1b7d26e08557ca40c863d3255b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Feb 2015 16:12:58 +0200 Subject: Rename "select" to "apply" --- build/rule | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/rule') diff --git a/build/rule b/build/rule index 378ed9b..889c94c 100644 --- a/build/rule +++ b/build/rule @@ -22,7 +22,7 @@ namespace build match (target&, const std::string& hint) const = 0; virtual recipe - select (target&, void*) const = 0; + apply (target&, void*) const = 0; }; typedef std::unordered_map< @@ -40,7 +40,7 @@ namespace build match (target&, const std::string& hint) const; virtual recipe - select (target&, void*) const; + apply (target&, void*) const; static target_state update (target&); @@ -53,7 +53,7 @@ namespace build match (target&, const std::string& hint) const; virtual recipe - select (target&, void*) const; + apply (target&, void*) const; static target_state update (target&); -- cgit v1.1