diff options
Diffstat (limited to 'build/cxx/rule')
-rw-r--r-- | build/cxx/rule | 4 |
1 files changed, 2 insertions, 2 deletions
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&); |