You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdecore/kstaticdeleter.cpp

11 lines
208 B

#include <kstaticdeleter.h>
// this helps gcc to emit the vtbl for KStaticDeleterBase
// only once, here in this file, not every time it's
// used, says Seli.
void KStaticDeleterBase::destructObject()
{
}