diff options
author | konstantin@mysql.com <> | 2006-01-05 11:18:26 +0300 |
---|---|---|
committer | konstantin@mysql.com <> | 2006-01-05 11:18:26 +0300 |
commit | 9bf1e22b4cbdedd5d87b8d7dd76ea7e634c694f6 (patch) | |
tree | b95f384cd5b7aea2c132f32ca6f1562e8efc9f12 /sql/item_xmlfunc.cc | |
parent | 8e9af5d72a23d29bdef04a3c2e9aede1bcf980f1 (diff) | |
download | mariadb-git-9bf1e22b4cbdedd5d87b8d7dd76ea7e634c694f6.tar.gz |
Fix -ansi -pedantic compile
Diffstat (limited to 'sql/item_xmlfunc.cc')
-rw-r--r-- | sql/item_xmlfunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_xmlfunc.cc b/sql/item_xmlfunc.cc index 79a5c8e6445..bb5775780fa 100644 --- a/sql/item_xmlfunc.cc +++ b/sql/item_xmlfunc.cc @@ -715,7 +715,7 @@ String *Item_nodeset_func_predicate::val_nodeset(String *str) ((XPathFilter*)str)->append_element(flt->num, pos++); } return str; -}; +} String *Item_nodeset_func_elementbyindex::val_nodeset(String *nodeset) |