Added back missing closing brace at file-end.

This commit is contained in:
unknown 2006-12-18 17:16:40 -08:00
parent 9219489ba1
commit 71ce9ccbf2

View File

@ -244,3 +244,4 @@ public:
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type); ///< required
};