summaryrefslogtreecommitdiff
path: root/Source/cmSearchPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSearchPath.h')
-rw-r--r--Source/cmSearchPath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmSearchPath.h b/Source/cmSearchPath.h
index 41c680d149..4b37a3ab0a 100644
--- a/Source/cmSearchPath.h
+++ b/Source/cmSearchPath.h
@@ -47,10 +47,10 @@ public:
protected:
void AddPrefixPaths(const std::vector<std::string>& paths,
- const char *base = 0);
- void AddPathInternal(const std::string& path, const char *base = 0);
+ const char* base = 0);
+ void AddPathInternal(const std::string& path, const char* base = 0);
- cmFindCommon *FC;
+ cmFindCommon* FC;
std::vector<std::string> Paths;
};