- use default constructors for the thinkers to avoid empty non-inlined functions.

This commit is contained in:
Christoph Oelckers 2019-01-24 20:33:25 +01:00
commit 7418ebef56
4 changed files with 12 additions and 50 deletions

View file

@ -47,10 +47,6 @@ IMPLEMENT_POINTERS_START(DPusher)
IMPLEMENT_POINTER(m_Source)
IMPLEMENT_POINTERS_END
DPusher::DPusher ()
{
}
void DPusher::Serialize(FSerializer &arc)
{
Super::Serialize (arc);