diff options
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index 8ca311d..054c33b 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -52,6 +52,7 @@ protected: bool AlreadyInCache; bool AlreadyInCacheWithoutMetaInfo; + private: // Add pieces of the search. void FillCMakeVariablePath(); @@ -62,6 +63,4 @@ private: void FillUserGuessPath(); }; - - #endif |