This commit is contained in:
parent
b5ef5facd2
commit
095ac05780
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ public:
|
|||
int size() {return(List.size());}
|
||||
|
||||
std::vector<T> &GetList() {return(List);}
|
||||
|
||||
T& operator []( int nIndex ) {return(List[nIndex]);}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue