diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-05-17 21:57:52 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-05-17 21:59:26 +0200 |
| commit | f5a64721338ea4cb821c024d27903ab127737fcd (patch) | |
| tree | 64a2853200d357e5185a3f4d50b51762732a1888 /lib | |
| parent | 86d0f1d05eea8098b32897eb0cffc18c6a861be1 (diff) | |
| download | enigma2-f5a64721338ea4cb821c024d27903ab127737fcd.tar.gz enigma2-f5a64721338ea4cb821c024d27903ab127737fcd.zip | |
lib/base/eptrlist.h: fix tabs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/base/eptrlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/eptrlist.h b/lib/base/eptrlist.h index 75123053..0da46daa 100644 --- a/lib/base/eptrlist.h +++ b/lib/base/eptrlist.h @@ -164,7 +164,7 @@ public: // returns a pointer to this new vector ( the reserved memory must deletet from the receiver !! ) std::vector<T>* v=new std::vector<T>(); v->reserve( std::list<T>::size() ); - for ( std_list_T_iterator it( std::list<T*>::begin() ); it != std::list<T*>::end(); it++) + for ( std_list_T_iterator it( std::list<T*>::begin() ); it != std::list<T*>::end(); it++) v->push_back( **it ); return v; |
