Update to 14.0-beta1
This commit is contained in:
@@ -16,12 +16,7 @@ public:
|
||||
* Initialize the link graph job.
|
||||
* @param job Job to be initialized.
|
||||
*/
|
||||
virtual void Run(LinkGraphJob &job) const { job.Init(); }
|
||||
|
||||
/**
|
||||
* Virtual destructor has to be defined because of virtual Run().
|
||||
*/
|
||||
virtual ~InitHandler() {}
|
||||
void Run(LinkGraphJob &job) const override { job.Init(); }
|
||||
};
|
||||
|
||||
#endif /* INIT_H */
|
||||
|
||||
Reference in New Issue
Block a user