mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 08:51:52 +08:00
cmFunctionBlocker: Constify method
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
|||||||
/** Set/Get the context in which this blocker is created. */
|
/** Set/Get the context in which this blocker is created. */
|
||||||
void SetStartingContext(cmListFileContext const& lfc)
|
void SetStartingContext(cmListFileContext const& lfc)
|
||||||
{ this->StartingContext = lfc; }
|
{ this->StartingContext = lfc; }
|
||||||
cmListFileContext const& GetStartingContext()
|
cmListFileContext const& GetStartingContext() const
|
||||||
{ return this->StartingContext; }
|
{ return this->StartingContext; }
|
||||||
private:
|
private:
|
||||||
cmListFileContext StartingContext;
|
cmListFileContext StartingContext;
|
||||||
|
Reference in New Issue
Block a user