# HG changeset patch # User hegyi # Date 1172760307 0 # Node ID c1084e2bff1053d62729a52545e0c9dc24d984c7 # Parent c220f9de654559313bf93a08a3bc9fe571c7f343 Sorry, forgot tu initialize variable. diff -r c220f9de6545 -r c1084e2bff10 nbtab.cc --- a/nbtab.cc Thu Mar 01 13:33:46 2007 +0000 +++ b/nbtab.cc Thu Mar 01 14:45:07 2007 +0000 @@ -25,7 +25,7 @@ -NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false) +NoteBookTab::NoteBookTab():mapwinexists(false), designwinexists(false), epswinexists(false) { mapstorage=new MapStorage();