diff options
Diffstat (limited to 'Source/cmCommandsForBootstrap.cxx')
-rw-r--r-- | Source/cmCommandsForBootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommandsForBootstrap.cxx b/Source/cmCommandsForBootstrap.cxx index 15b664e..5f397a1 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*>&) { } |