diff options
Diffstat (limited to 'tools/gn/bundle_file_rule.cc')
| -rw-r--r-- | tools/gn/bundle_file_rule.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gn/bundle_file_rule.cc b/tools/gn/bundle_file_rule.cc index 0f42c8f..7684196 100644 --- a/tools/gn/bundle_file_rule.cc +++ b/tools/gn/bundle_file_rule.cc @@ -14,6 +14,8 @@ BundleFileRule::BundleFileRule(const std::vector<SourceFile> sources, const SubstitutionPattern& pattern) : sources_(sources), pattern_(pattern) {} +BundleFileRule::BundleFileRule(const BundleFileRule& other) = default; + BundleFileRule::~BundleFileRule() {} SourceFile BundleFileRule::ApplyPatternToSource( |
