Move KAutoObject.hpp to core/
This commit is contained in:
10
mesosphere/source/core/KAutoObject.cpp
Normal file
10
mesosphere/source/core/KAutoObject.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <mesosphere/core/KAutoObject.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
{
|
||||
|
||||
KAutoObject::~KAutoObject()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user