Sorry, forgot tu initialize variable.
authorhegyi
Thu, 01 Mar 2007 14:45:07 +0000
changeset 197c1084e2bff10
parent 196 c220f9de6545
child 198 d6cc0579b94b
Sorry, forgot tu initialize variable.
nbtab.cc
     1.1 --- a/nbtab.cc	Thu Mar 01 13:33:46 2007 +0000
     1.2 +++ b/nbtab.cc	Thu Mar 01 14:45:07 2007 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  
     1.5  
     1.6  
     1.7 -NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false)
     1.8 +NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false), epswinexists(false)
     1.9  {
    1.10    mapstorage=new MapStorage();
    1.11