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/cxx/rule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/cxx/rule') diff --git a/build/cxx/rule b/build/cxx/rule index cf9ee51..80a917e 100644 --- a/build/cxx/rule +++ b/build/cxx/rule @@ -26,7 +26,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&); @@ -43,7 +43,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