summaryrefslogtreecommitdiff
path: root/Source/cmCommandsForBootstrap.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 02:44:41 +0200
committerStephen Kelly <steveire@gmail.com>2015-04-12 20:09:47 +0200
commit57dd094eded03a94402b6eecf7027325bd7b5136 (patch)
treec0690faf3bb1a2772344502e9ca8934fa625c53a /Source/cmCommandsForBootstrap.cxx
parent6deb43e6c836a61536c3d6e36ca16b51013e9134 (diff)
downloadcmake-57dd094eded03a94402b6eecf7027325bd7b5136.tar.gz
Use vector, not list for cmCommand storage.
Diffstat (limited to 'Source/cmCommandsForBootstrap.cxx')
-rw-r--r--Source/cmCommandsForBootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommandsForBootstrap.cxx b/Source/cmCommandsForBootstrap.cxx
index 15b664eeed..5f397a1fb5 100644
--- a/Source/cmCommandsForBootstrap.cxx
+++ b/Source/cmCommandsForBootstrap.cxx
@@ -11,6 +11,6 @@
============================================================================*/
#include "cmCommands.h"
-void GetPredefinedCommands(std::list<cmCommand*>&)
+void GetPredefinedCommands(std::vector<cmCommand*>&)
{
}