summaryrefslogtreecommitdiffstats
path: root/tools/gn/bundle_file_rule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/bundle_file_rule.cc')
-rw-r--r--tools/gn/bundle_file_rule.cc2
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(