summaryrefslogtreecommitdiffstats
path: root/Source/cmFindBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r--Source/cmFindBase.h3
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