From 17b3a78696f0b1fd6f0f60d53ec568cf3b9e32b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Jul 2015 09:11:31 +0200 Subject: Cleanup group "see through" design --- build/target-key | 1 + 1 file changed, 1 insertion(+) (limited to 'build/target-key') diff --git a/build/target-key b/build/target-key index d791d61..54813b0 100644 --- a/build/target-key +++ b/build/target-key @@ -28,6 +28,7 @@ namespace build target* (*const factory) (dir_path, std::string, const std::string*); const std::string& (*const extension) (const target_key&, scope&); target* (*const search) (const prerequisite_key&); + bool see_through; // A group with the default "see through" semantics. bool is_a (const std::type_index&) const; // Defined in target.cxx -- cgit v1.1