summaryrefslogtreecommitdiff
path: root/Source/cmOutputRequiredFilesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.h')
-rw-r--r--Source/cmOutputRequiredFilesCommand.h4
1 files changed, 2 insertions, 2 deletions
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<cmDependInformation const*> *visited);
private:
- std::string m_File;
- std::string m_OutputFile;
+ std::string File;
+ std::string OutputFile;
};