[Lemon-commits] hegyi: r3209 - glemon/trunk

Lemon SVN svn at lemon.cs.elte.hu
Thu Mar 1 15:45:07 CET 2007


Author: hegyi
Date: Thu Mar  1 15:45:07 2007
New Revision: 3209

Modified:
   glemon/trunk/nbtab.cc

Log:
Sorry, forgot tu initialize variable.

Modified: glemon/trunk/nbtab.cc
==============================================================================
--- glemon/trunk/nbtab.cc	(original)
+++ glemon/trunk/nbtab.cc	Thu Mar  1 15:45:07 2007
@@ -25,7 +25,7 @@
 
 
 
-NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false)
+NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false), epswinexists(false)
 {
   mapstorage=new MapStorage();
 



More information about the Lemon-commits mailing list