KDECore
kstaticdeleter.cpp
Go to the documentation of this file.00001 00002 #include <kstaticdeleter.h> 00003 00004 // this helps gcc to emit the vtbl for KStaticDeleterBase 00005 // only once, here in this file, not every time it's 00006 // used, says Seli. 00007 void KStaticDeleterBase::destructObject() 00008 { 00009 } 00010