From: <pst...@us...> - 2009-01-20 03:37:34
|
Revision: 689 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=689&view=rev Author: pstieber Date: 2009-01-20 03:37:24 +0000 (Tue, 20 Jan 2009) Log Message: ----------- Added the base class to the initializer list. Modified Paths: -------------- trunk/jazz/src/Project.cpp Modified: trunk/jazz/src/Project.cpp =================================================================== --- trunk/jazz/src/Project.cpp 2009-01-20 00:46:00 UTC (rev 688) +++ trunk/jazz/src/Project.cpp 2009-01-20 03:37:24 UTC (rev 689) @@ -68,7 +68,8 @@ //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- JZProject::JZProject() - : mpConfig(0), + : JZSong(), + mpConfig(0), mpMidiPlayer(0), mpSynth(0), mpRecInfo(0), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |