mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix build
This commit is contained in:
parent
a94ae9a7ab
commit
1b3da7fc1e
@ -49,7 +49,7 @@ public:
|
||||
|
||||
/// For introspection, see `system.scheduler` table
|
||||
using VisitorFunc = std::function<void(const String & resource, const String & path, const String & type, const SchedulerNodePtr & node)>;
|
||||
void forEachNode(VisitorFunc visitor) override;
|
||||
virtual void forEachNode(VisitorFunc visitor) = 0;
|
||||
};
|
||||
|
||||
using ResourceManagerPtr = std::shared_ptr<IResourceManager>;
|
||||
|
Loading…
Reference in New Issue
Block a user