summaryrefslogtreecommitdiffstats
path: root/Source/cmBootstrapCommands1.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 00:44:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-12 18:09:47 (GMT)
commit57dd094eded03a94402b6eecf7027325bd7b5136 (patch)
treec0690faf3bb1a2772344502e9ca8934fa625c53a /Source/cmBootstrapCommands1.cxx
parent6deb43e6c836a61536c3d6e36ca16b51013e9134 (diff)
downloadCMake-57dd094eded03a94402b6eecf7027325bd7b5136.zip
CMake-57dd094eded03a94402b6eecf7027325bd7b5136.tar.gz
CMake-57dd094eded03a94402b6eecf7027325bd7b5136.tar.bz2
Use vector, not list for cmCommand storage.
Diffstat (limited to 'Source/cmBootstrapCommands1.cxx')
-rw-r--r--Source/cmBootstrapCommands1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBootstrapCommands1.cxx b/Source/cmBootstrapCommands1.cxx
index 1b0abf4..1184514 100644
--- a/Source/cmBootstrapCommands1.cxx
+++ b/Source/cmBootstrapCommands1.cxx
@@ -55,7 +55,7 @@
#include "cmPathLabel.cxx"
#include "cmSearchPath.cxx"
-void GetBootstrapCommands1(std::list<cmCommand*>& commands)
+void GetBootstrapCommands1(std::vector<cmCommand*>& commands)
{
commands.push_back(new cmAddCustomCommandCommand);
commands.push_back(new cmAddCustomTargetCommand);