[Cmap-cvs] shp2mp object.cpp,1.2,1.3
Status: Beta
Brought to you by:
dyp
From: Denis P. <dy...@us...> - 2005-08-22 08:09:53
|
Update of /cvsroot/cmap/shp2mp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15076 Modified Files: object.cpp Log Message: Fix ObjectProp init bug Index: object.cpp =================================================================== RCS file: /cvsroot/cmap/shp2mp/object.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- object.cpp 19 Aug 2005 18:43:21 -0000 1.2 +++ object.cpp 22 Aug 2005 08:09:43 -0000 1.3 @@ -21,15 +21,10 @@ void ObjectConfImpl::init(const void *obj, ObjectProp &o) { const Object *object = (const Object *)obj; - o.index = false; o.doExport = false; - o.city = 0; o.garminType = 0; - o.layerMin = 0; - o.layerMax = 0; - //HACK until everything is cleaned out o.typePoint = 0; o.typeLine = 0; |