Print

Print


Commit in lcdd/include/lcdd/hits on MAIN
CalorimeterHitMap.hh+3-21.1 -> 1.2
add virtual to dtor

lcdd/include/lcdd/hits
CalorimeterHitMap.hh 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CalorimeterHitMap.hh	14 Sep 2013 01:40:04 -0000	1.1
+++ CalorimeterHitMap.hh	17 Sep 2013 00:28:48 -0000	1.2
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/lcdd/include/lcdd/hits/CalorimeterHitMap.hh,v 1.1 2013/09/14 01:40:04 jeremy Exp $
+// $Header: /cvs/lcd/lcdd/include/lcdd/hits/CalorimeterHitMap.hh,v 1.2 2013/09/17 00:28:48 jeremy Exp $
 
 #ifndef lcdd_hits_CalorimeterHitMap_hh
 #define lcdd_hits_CalorimeterHitMap_hh 1
@@ -11,6 +11,7 @@
 #include <map>
 
 /**
+ * @brief
  * This class maps CalorimeterHit objects to their 64-bit identifiers
  * for fast lookup with O(1) performance.
  */
@@ -32,7 +33,7 @@
 	/**
 	 * Class destructor.
 	 */
-	~CalorimeterHitMap();
+	virtual ~CalorimeterHitMap();
 
 	/**
 	 * Add a hit.
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1