From 5c6a48b2ff362a70416a6a00fda7d06e0f276f2d Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 02:43:29 +0100 Subject: i am in hell --- src/T2DLL/T2OuterObjList.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/T2DLL/T2OuterObjList.cpp') diff --git a/src/T2DLL/T2OuterObjList.cpp b/src/T2DLL/T2OuterObjList.cpp index 09c2908..10224a4 100644 --- a/src/T2DLL/T2OuterObjList.cpp +++ b/src/T2DLL/T2OuterObjList.cpp @@ -1,4 +1,11 @@ #include "T2OuterObjList.h" +#include "T2OutObj.h" T2OuterObjList::~T2OuterObjList() { + LArrayIterator iterator(*this); + T2OutObj *theOutObj; + + while (iterator.Next(&theOutObj)) { + // do fuck all + } } -- cgit v1.2.3