mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 14:08:35 +08:00
Make cmCPackLog not inherit from cmObject
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user