summaryrefslogtreecommitdiffstats
path: root/Source/cmDyndepCollation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDyndepCollation.h')
-rw-r--r--Source/cmDyndepCollation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmDyndepCollation.h b/Source/cmDyndepCollation.h
index e70ac09..48afe2b 100644
--- a/Source/cmDyndepCollation.h
+++ b/Source/cmDyndepCollation.h
@@ -49,4 +49,6 @@ struct cmDyndepCollation
std::vector<cmScanDepInfo> const& objects,
cmCxxModuleExportInfo const& export_info,
cmDyndepMetadataCallbacks const& cb);
+ static bool IsObjectPrivate(std::string const& object,
+ cmCxxModuleExportInfo const& export_info);
};