1 2 3 4 5 6 7 8 9
#include "sisfilelink.h" SISFileLink::SISFileLink(SISFile* file) { m_file = file; m_next = 0; }