mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06: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