summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2PeopleArrayList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2PeopleArrayList.h')
-rw-r--r--src/T2DLL/T2PeopleArrayList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2PeopleArrayList.h b/src/T2DLL/T2PeopleArrayList.h
index 9ace5dc..cd668b7 100644
--- a/src/T2DLL/T2PeopleArrayList.h
+++ b/src/T2DLL/T2PeopleArrayList.h
@@ -2,7 +2,7 @@
#include "common.h"
#include "LArray.h"
-class AFX_CLASS_EXPORT T2PeopleArrayList : private LArray {
+class AFX_CLASS_EXPORT T2PeopleArrayList : public LArray {
public:
T2PeopleArrayList();
virtual ~T2PeopleArrayList();