Update of /cvsroot/simspark/simspark/spark/zeitgeist
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19429
Modified Files:
Tag: WIN32
core.h
Log Message:
- added a virual destructor
Index: core.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/zeitgeist/core.h,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -d -r1.2.2.3 -r1.2.2.4
*** core.h 18 Feb 2007 12:01:56 -0000 1.2.2.3
--- core.h 27 Feb 2007 07:07:17 -0000 1.2.2.4
***************
*** 96,99 ****
--- 96,102 ----
public:
+ // need to have virtual destructor
+ virtual ~CachedLeafPath() {}
+
const CacheKey& GetKey()
{ return key; }
|