summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2OuterObjList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2OuterObjList.h')
-rw-r--r--src/T2DLL/T2OuterObjList.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/T2DLL/T2OuterObjList.h b/src/T2DLL/T2OuterObjList.h
index 0ee652f..529d3b9 100644
--- a/src/T2DLL/T2OuterObjList.h
+++ b/src/T2DLL/T2OuterObjList.h
@@ -1,11 +1,8 @@
#pragma once
#include "common.h"
+#include "LArray.h"
-class T2OuterObjList {
+class AFX_EXT_CLASS T2OuterObjList : public LArray {
public:
~T2OuterObjList();
-
- T2OuterObjList() {}
- T2OuterObjList(const T2OuterObjList&) {}
- T2OuterObjList& operator=(const T2OuterObjList&) {}
};