Commit 0b578882 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-20477: Add missing override

parent 3f1b569a
...@@ -435,7 +435,7 @@ class Field_geom :public Field_blob ...@@ -435,7 +435,7 @@ class Field_geom :public Field_blob
{ {
out->append(STRING_WITH_LEN("unprintable_geometry_value")); out->append(STRING_WITH_LEN("unprintable_geometry_value"));
} }
Binlog_type_info binlog_type_info() const; Binlog_type_info binlog_type_info() const override;
}; };
#endif // HAVE_SPATIAL #endif // HAVE_SPATIAL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment