summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmExportLibraryDependencies.h')
-rw-r--r--Source/cmExportLibraryDependencies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportLibraryDependencies.h b/Source/cmExportLibraryDependencies.h
index 51c80b7..dc46fc8 100644
--- a/Source/cmExportLibraryDependencies.h
+++ b/Source/cmExportLibraryDependencies.h
@@ -79,7 +79,7 @@ public:
cmTypeMacro(cmExportLibraryDependenciesCommand, cmCommand);
private:
- std::vector<std::string> m_Args;
+ std::vector<std::string> Args;
};