mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
STYLE: some m_ to this-> cleanup
This commit is contained in:
@@ -95,8 +95,8 @@ public:
|
||||
protected:
|
||||
std::string FindInstallSource(const char* name) const;
|
||||
private:
|
||||
std::string m_TargetName;
|
||||
std::vector<std::string> m_FinalArgs;
|
||||
std::string TargetName;
|
||||
std::vector<std::string> FinalArgs;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user