diff options
Diffstat (limited to 'Source/cmCxxModuleMapper.h')
-rw-r--r-- | Source/cmCxxModuleMapper.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmCxxModuleMapper.h b/Source/cmCxxModuleMapper.h index f405054..ef01e48 100644 --- a/Source/cmCxxModuleMapper.h +++ b/Source/cmCxxModuleMapper.h @@ -50,12 +50,11 @@ struct CxxModuleLocations std::function<std::string(std::string)> PathForGenerator; // Lookup the BMI location of a logical module name. - std::function<cm::optional<std::string>(std::string const&)> - BmiLocationForModule; + std::function<CxxBmiLocation(std::string const&)> BmiLocationForModule; // Returns the generator path (if known) for the BMI given a // logical module name. - cm::optional<std::string> BmiGeneratorPathForModule( + CxxBmiLocation BmiGeneratorPathForModule( std::string const& logical_name) const; }; |