summaryrefslogtreecommitdiffstats
path: root/Source/cmCableInstantiateCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-05 15:03:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-05 15:03:35 (GMT)
commit8aa2182806a05d3f3eba6fcbc17a7f921e7a24ac (patch)
treecb26e44126df3ef490d0c00596facc11fdd32406 /Source/cmCableInstantiateCommand.h
parente126954393c945b71c4bd243090076dc24c0ec7d (diff)
downloadCMake-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.h2
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;
};