This commit is contained in:
Daveo 2001-03-31 16:04:12 +00:00
parent b5ef5facd2
commit 095ac05780

View File

@ -53,7 +53,6 @@ public:
int size() {return(List.size());}
std::vector<T> &GetList() {return(List);}
T& operator []( int nIndex ) {return(List[nIndex]);}
private: