From 3d96e522617647665d7e99919ba71d34b1db870c Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 15 Mar 2006 11:02:08 -0500 Subject: STYLE: some m_ to this-> cleanup --- Source/cmOutputRequiredFilesCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/cmOutputRequiredFilesCommand.h') diff --git a/Source/cmOutputRequiredFilesCommand.h b/Source/cmOutputRequiredFilesCommand.h index 3df2aced14..338b271a5a 100644 --- a/Source/cmOutputRequiredFilesCommand.h +++ b/Source/cmOutputRequiredFilesCommand.h @@ -76,8 +76,8 @@ public: std::set *visited); private: - std::string m_File; - std::string m_OutputFile; + std::string File; + std::string OutputFile; }; -- cgit v1.2.1