mirror of
https://github.com/zeldaret/tp
synced 2026-05-26 07:39:06 -04:00
105c006948
* TObject * fix Co-authored-by: Pheenoh <pheenoh@gmail.com>
8 lines
120 B
C++
8 lines
120 B
C++
#include "JSystem/JGadget/linklist.h"
|
|
|
|
namespace JGadget {
|
|
|
|
TNodeLinkList::~TNodeLinkList() {}
|
|
|
|
} // namespace JGadget
|