Navigation Menu

Skip to content

Commit

Permalink
add missing ';'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 18, 2011
1 parent b6de073 commit dad8551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.h
Expand Up @@ -66,7 +66,7 @@ class ha_mroonga: public handler
MRN_SHARE *share;
KEY *wrap_key_info;
KEY *base_key_info;
key_part_map pk_keypart_map
key_part_map pk_keypart_map;
MEM_ROOT mem_root;
public:
handler *wrap_handler;
Expand Down

0 comments on commit dad8551

Please sign in to comment.