mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
Add missing break
This commit is contained in:
parent
f1d9a18bc9
commit
d4b85f55f9
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user