summaryrefslogtreecommitdiff
path: root/src/T2DLL/CLink.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/CLink.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/T2DLL/CLink.h b/src/T2DLL/CLink.h
index 1049b40..5e9d025 100644
--- a/src/T2DLL/CLink.h
+++ b/src/T2DLL/CLink.h
@@ -17,13 +17,8 @@ public:
void SetNext(CLink* l) { mNext = l; }
void SetPrev(CLink* l) { mPrev = l; }
-protected:
CLink *mNext;
CLink *mPrev;
-
- friend class CLinkIterator;
- friend class DbgPeopleView;
- friend class T2PeopleLinkIterator;
};
class AFX_CLASS_EXPORT CLinkIterator {