Skip to content

Commit 0d54cb1

Browse files
committed
compilation failure on windows
1 parent 2133230 commit 0d54cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/perfschema/unittest/pfs_server_stubs.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void compute_digest_md5(const sql_digest_storage *, unsigned char *)
3333
{
3434
}
3535

36-
struct sys_var { enum where { AUTO }; };
36+
class sys_var { public: enum where { AUTO }; };
3737
void mark_sys_var_value_origin(void *ptr, enum sys_var::where here)
3838
{
3939
}

0 commit comments

Comments
 (0)