mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Merge pull request #9309 from ClickHouse/fix-GenericRoleSet-previously-declared-as-class
Fix "GenericRoleSet previously declared as class" warning
This commit is contained in:
commit
00ebd7f7b6
@ -7,7 +7,7 @@
|
||||
namespace DB
|
||||
{
|
||||
class ASTSetRoleQuery;
|
||||
class GenericRoleSet;
|
||||
struct GenericRoleSet;
|
||||
struct User;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user