diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-05 15:03:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-05 15:03:35 (GMT) |
commit | 8aa2182806a05d3f3eba6fcbc17a7f921e7a24ac (patch) | |
tree | cb26e44126df3ef490d0c00596facc11fdd32406 /Source/cmCableInstantiateCommand.h | |
parent | e126954393c945b71c4bd243090076dc24c0ec7d (diff) | |
download | CMake-8aa2182806a05d3f3eba6fcbc17a7f921e7a24ac.zip CMake-8aa2182806a05d3f3eba6fcbc17a7f921e7a24ac.tar.gz CMake-8aa2182806a05d3f3eba6fcbc17a7f921e7a24ac.tar.bz2 |
BUG: add removed command, and sort the order in cmCommands.cxx
Diffstat (limited to 'Source/cmCableInstantiateCommand.h')
-rw-r--r-- | Source/cmCableInstantiateCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCableInstantiateCommand.h b/Source/cmCableInstantiateCommand.h index eb173eb..8539956 100644 --- a/Source/cmCableInstantiateCommand.h +++ b/Source/cmCableInstantiateCommand.h @@ -89,7 +89,7 @@ public: virtual void WriteConfiguration() const; - cmTypeMacro(cmCableInstantiateCommand, cmCablePackageCommand); + cmTypeMacro(cmCableInstantiateCommand, cmCablePackageEntryCommand); protected: typedef cmCablePackageEntryCommand::Entries Entries; }; |