diff options
Diffstat (limited to 'Source/cmDefinitions.h')
-rw-r--r-- | Source/cmDefinitions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDefinitions.h b/Source/cmDefinitions.h index 87f5c34..4c7f11f 100644 --- a/Source/cmDefinitions.h +++ b/Source/cmDefinitions.h @@ -47,8 +47,8 @@ public: /** Get the set of all local keys. */ std::vector<std::string> LocalKeys() const; - /** Compute the set of all defined keys. */ - std::vector<std::string> ClosureKeys() const; + std::vector<std::string> + ClosureKeys(std::set<std::string>& bound) const; static cmDefinitions MakeClosure( std::list<cmDefinitions>::const_reverse_iterator rbegin, |