Commit in lcio/src/cpp/include/UTIL on rio_v00-00
LCTypedVector.h+3-11.3 -> 1.3.10.1
made default c'tor public

lcio/src/cpp/include/UTIL
LCTypedVector.h 1.3 -> 1.3.10.1
diff -u -r1.3 -r1.3.10.1
--- LCTypedVector.h	19 Feb 2007 17:38:46 -0000	1.3
+++ LCTypedVector.h	7 Jul 2009 12:53:11 -0000	1.3.10.1
@@ -23,13 +23,15 @@
    *  <p>Note that instantiating an LCTypedVector involves copying and casting of the pointers in 
    *  the collection. In a future release of LCIO this might not be neccessary any more.
    *  @author gaede
-   *  @version $Id: LCTypedVector.h,v 1.3 2007/02/19 17:38:46 gaede Exp $
+   *  @version $Id: LCTypedVector.h,v 1.3.10.1 2009/07/07 12:53:11 gaede Exp $
    */
   template <class T> 
   class LCTypedVector : public  std::vector<T*> {
     
   public:  
     
+    LCTypedVector() : _col(0) {} // default c'tor - needed for ROOT 
+
     LCTypedVector( EVENT::LCCollection* col ) : _col( col) {
       
       this->resize( _col->getNumberOfElements() ) ;
CVSspam 0.2.8