From 56ccc1f3838f71be1d5f4e875e931cbe50fc18d5 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 6 Aug 1999 15:23:52 +0000 Subject: [PATCH] removed extra semi colon --- src/cxxTemplates/tsSLList.h | 2 +- src/libCom/cxxTemplates/tsSLList.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cxxTemplates/tsSLList.h b/src/cxxTemplates/tsSLList.h index 6ff98bb74..2d6955d9b 100644 --- a/src/cxxTemplates/tsSLList.h +++ b/src/cxxTemplates/tsSLList.h @@ -304,7 +304,7 @@ inline T * tsSLIter::operator () () // template inline tsSLIterRm::tsSLIterRm (tsSLList &listIn) : - pPrevious (0), pCurrent (0), list (listIn) {}; + pPrevious (0), pCurrent (0), list (listIn) {} // diff --git a/src/libCom/cxxTemplates/tsSLList.h b/src/libCom/cxxTemplates/tsSLList.h index 6ff98bb74..2d6955d9b 100644 --- a/src/libCom/cxxTemplates/tsSLList.h +++ b/src/libCom/cxxTemplates/tsSLList.h @@ -304,7 +304,7 @@ inline T * tsSLIter::operator () () // template inline tsSLIterRm::tsSLIterRm (tsSLList &listIn) : - pPrevious (0), pCurrent (0), list (listIn) {}; + pPrevious (0), pCurrent (0), list (listIn) {} //