From 7286d6be96ea0bc480ac9d089b8fb32643743c3a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 9 Feb 2001 17:16:43 +0000 Subject: [PATCH] cosmetic --- src/libCom/cxxTemplates/tsDLList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/cxxTemplates/tsDLList.h b/src/libCom/cxxTemplates/tsDLList.h index 51dff5db9..42056f1d7 100644 --- a/src/libCom/cxxTemplates/tsDLList.h +++ b/src/libCom/cxxTemplates/tsDLList.h @@ -60,7 +60,7 @@ class tsDLNode { friend class tsDLBwdIter; // deprecated public: tsDLNode(); - tsDLNode operator = (const tsDLNode &) const; + tsDLNode operator = (const tsDLNode &) const; private: T *pNext; T *pPrev;