Add missing break

This commit is contained in:
Dane Springmeyer 2011-12-15 17:18:22 -08:00
parent f1d9a18bc9
commit d4b85f55f9

View file

@ -568,6 +568,7 @@ public:
// PRAGMA table_info is used so here we assume the column is a string
// which is a lesser evil than altogether dropping the column
desc.add_descriptor(mapnik::attribute_descriptor(fld_name, mapnik::String));
break;
case SQLITE_BLOB:
if (geometry_field.empty()