1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

Make cmCPackLog not inherit from cmObject

This commit is contained in:
Daniel Pfeifer
2016-10-23 00:48:09 +02:00
parent 9855ebf11a
commit 2169b0faa4

View File

@@ -23,13 +23,11 @@
* \brief A container for CPack generators * \brief A container for CPack generators
* *
*/ */
class cmCPackLog : public cmObject class cmCPackLog
{ {
public: public:
cmTypeMacro(cmCPackLog, cmObject);
cmCPackLog(); cmCPackLog();
~cmCPackLog() CM_OVERRIDE; ~cmCPackLog();
enum __log_tags enum __log_tags
{ {