Fix release compile error

main
Igor Canadi 10 years ago
parent da9274574f
commit e5f6980d99
  1. 2
      utilities/spatialdb/spatial_db.cc

@ -59,6 +59,8 @@ bool Variant::operator==(const Variant& rhs) {
default:
assert(false);
}
// it will never reach here, but otherwise the compiler complains
return false;
}
bool Variant::operator!=(const Variant& rhs) { return !(*this == rhs); }

Loading…
Cancel
Save