Commit in lcio/src/cpp/include/UTIL on MAIN
LCFixedObject.h+2-21.2 -> 1.3
made id() const - proper override of virtual base (coverity: 24350: BAD_OVERRIDE)

lcio/src/cpp/include/UTIL
LCFixedObject.h 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- LCFixedObject.h	25 Feb 2005 17:27:45 -0000	1.2
+++ LCFixedObject.h	13 Mar 2011 12:41:49 -0000	1.3
@@ -20,7 +20,7 @@
    *  and LCGenericObject::getDataDescription().
    * 
    * @author gaede
-   * @version $Id: LCFixedObject.h,v 1.2 2005/02/25 17:27:45 gaede Exp $
+   * @version $Id: LCFixedObject.h,v 1.3 2011/03/13 12:41:49 gaede Exp $
    */
 
   template <int NINT, int NFLOAT, int NDOUBLE>
@@ -84,7 +84,7 @@
     
 
     /** Return the id of the underlying LCGenericObjectImpl */
-    virtual int id() { return _obj->id() ; }
+    virtual int id() const { return _obj->id() ; }
      
 
     // ---- need to implement LCGenericObject interface:
CVSspam 0.2.8