| 5 | using namespace Louvre; |
| 6 | |
| 7 | LFactoryObject::LFactoryObject(Type type) noexcept : m_type(type) |
| 8 | { |
| 9 | assert((Int32)type == LFactory::objectBeingCreatedType() && "LFactoryObject instances can only be created from LCompositor::createObjectRequest()."); |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected