diff options
Diffstat (limited to 'tools/gn/bundle_file_rule.h')
| -rw-r--r-- | tools/gn/bundle_file_rule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gn/bundle_file_rule.h b/tools/gn/bundle_file_rule.h index 3669cd2..9fbf012 100644 --- a/tools/gn/bundle_file_rule.h +++ b/tools/gn/bundle_file_rule.h @@ -20,6 +20,7 @@ class BundleFileRule { public: BundleFileRule(const std::vector<SourceFile> sources, const SubstitutionPattern& pattern); + BundleFileRule(const BundleFileRule& other); ~BundleFileRule(); // Applies the substitution pattern to a source file, returning the result |
