diff options
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index 6717481..ef61406 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -42,7 +42,7 @@ public: BuildsystemDirectoryType, FunctionCallType, MacroCallType, - CallStackType, + IncludeFileType, InlineListFileType, PolicyScopeType, VariableScopeType @@ -203,10 +203,10 @@ public: std::string const& entryPointCommand, long entryPointLine, std::string const& fileName); - Snapshot CreateCallStackSnapshot(Snapshot originSnapshot, - std::string const& entryPointCommand, - long entryPointLine, - std::string const& fileName); + Snapshot CreateIncludeFileSnapshot(Snapshot originSnapshot, + std::string const& entryPointCommand, + long entryPointLine, + std::string const& fileName); Snapshot CreateVariableScopeSnapshot(Snapshot originSnapshot, std::string const& entryPointCommand, long entryPointLine); |