11 lines
103 B
C++
11 lines
103 B
C++
#include <mesosphere/core/KAutoObject.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KAutoObject::~KAutoObject()
|
|
{
|
|
}
|
|
|
|
}
|