Commit 0d54cb12 authored by Sergei Golubchik's avatar Sergei Golubchik

compilation failure on windows

parent 21332303
......@@ -33,7 +33,7 @@ void compute_digest_md5(const sql_digest_storage *, unsigned char *)
{
}
struct sys_var { enum where { AUTO }; };
class sys_var { public: enum where { AUTO }; };
void mark_sys_var_value_origin(void *ptr, enum sys_var::where here)
{
}
......
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