mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00:00
cmFunctionBlocker: Constify method
This commit is contained in:
parent
d50c4220e2
commit
a03f3d0e01
@ -39,7 +39,7 @@ public:
|
||||
/** Set/Get the context in which this blocker is created. */
|
||||
void SetStartingContext(cmListFileContext const& lfc)
|
||||
{ this->StartingContext = lfc; }
|
||||
cmListFileContext const& GetStartingContext()
|
||||
cmListFileContext const& GetStartingContext() const
|
||||
{ return this->StartingContext; }
|
||||
private:
|
||||
cmListFileContext StartingContext;
|
||||
|
Loading…
Reference in New Issue
Block a user