diff options
Diffstat (limited to 'Source/cmCommands.cxx.in')
-rw-r--r-- | Source/cmCommands.cxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommands.cxx.in b/Source/cmCommands.cxx.in index f0745d7..e23bbd1 100644 --- a/Source/cmCommands.cxx.in +++ b/Source/cmCommands.cxx.in @@ -13,7 +13,7 @@ @COMMAND_INCLUDES@ -void GetPredefinedCommands(std::list<cmCommand*>& commands) +void GetPredefinedCommands(std::vector<cmCommand*>& commands) { @NEW_COMMANDS@ } |