- use default constructors for the thinkers to avoid empty non-inlined functions.
This commit is contained in:
parent
4d55c28b60
commit
7418ebef56
4 changed files with 12 additions and 50 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue