removed extra semi colon

This commit is contained in:
Jeff Hill
1999-08-06 15:23:52 +00:00
parent 51518132c0
commit 56ccc1f383
2 changed files with 2 additions and 2 deletions

View File

@@ -304,7 +304,7 @@ inline T * tsSLIter<T>::operator () ()
//
template <class T>
inline tsSLIterRm<T>::tsSLIterRm (tsSLList<T> &listIn) :
pPrevious (0), pCurrent (0), list (listIn) {};
pPrevious (0), pCurrent (0), list (listIn) {}
//

View File

@@ -304,7 +304,7 @@ inline T * tsSLIter<T>::operator () ()
//
template <class T>
inline tsSLIterRm<T>::tsSLIterRm (tsSLList<T> &listIn) :
pPrevious (0), pCurrent (0), list (listIn) {};
pPrevious (0), pCurrent (0), list (listIn) {}
//