Commit a170acb9 authored by 残页's avatar 残页 Committed by John Wu

Fix compilation when init debug toggle enabled

parent 6a086bb2
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
#if ENABLE_TEST #if ENABLE_TEST
class TestInit : public BaseInit { class TestInit : public BaseInit {
public: public:
TestInit(char *argv[], cmdline *cmd) : BaseInit(argv, cmd) {}; TestInit(char *argv[], BootConfig *cmd) : BaseInit(argv, cmd) {};
void start() override { void start() override {
// Place init tests here // Place init tests 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