[Wavelet-commit] Wavelet/Wave VectorPosition.hh,1.3,1.4
Status: Beta
Brought to you by:
herbert
From: Herbert M. D. <he...@us...> - 2005-08-15 10:18:18
|
Update of /cvsroot/wavelet/Wavelet/Wave In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22422/Wave Modified Files: VectorPosition.hh Log Message: Use ColorVideo::destroy() in ~ColorVideo(), fixed a minor memory leak, some syntactic stuff. Index: VectorPosition.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/Wave/VectorPosition.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** VectorPosition.hh 12 Jul 2005 14:52:20 -0000 1.3 --- VectorPosition.hh 15 Aug 2005 10:18:08 -0000 1.4 *************** *** 32,35 **** --- 32,38 ---- * the size */ VectorPosition (int newsize); + + /** Destructor. Does nothing. */ + virtual ~VectorPosition (void) {} /** Set a new size. |