Commit 2cf52736 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Fix for clang compilation

parent cf63eece
...@@ -81,7 +81,7 @@ class Type_handler_general_purpose_string_to_json: ...@@ -81,7 +81,7 @@ class Type_handler_general_purpose_string_to_json:
} }
bool Item_append_extended_type_info(Send_field_extended_metadata *to, bool Item_append_extended_type_info(Send_field_extended_metadata *to,
const Item *item) const const Item *item) const override
{ {
return set_format_name(to); // Send "format=json" in the protocol return set_format_name(to); // Send "format=json" in the protocol
} }
......
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