diff options
-rw-r--r-- | build2/prerequisite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/prerequisite b/build2/prerequisite index 5dfd1aa..60970d6 100644 --- a/build2/prerequisite +++ b/build2/prerequisite @@ -28,8 +28,8 @@ namespace build2 typedef build2::scope scope_type; const optional<string>& proj; - target_key tk; // .dir and .out can be relative. - mutable scope_type* scope; // Can be NULL if tk.dir is absolute. + target_key tk; // The .dir and .out members can be relative. + scope_type* scope; // Can be NULL if tk.dir is absolute. static const optional<string> nullproj; |