mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
Use vector, not list for cmCommand storage.
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
============================================================================*/
|
||||
#include "cmCommands.h"
|
||||
|
||||
void GetPredefinedCommands(std::list<cmCommand*>&)
|
||||
void GetPredefinedCommands(std::vector<cmCommand*>&)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user