We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b76bb1e + 78eb725 commit e051f31Copy full SHA for e051f31
1 file changed
src/vsg/app/CompileManager.cpp
@@ -54,7 +54,7 @@ void CompileResult::add(const CompileResult& cr)
54
binDetails.bins.insert(src_binDetails.bins.begin(), src_binDetails.bins.end());
55
}
56
57
- dynamicData.add(dynamicData);
+ dynamicData.add(cr.dynamicData);
58
59
60
bool CompileResult::requiresViewerUpdate() const
0 commit comments