Fix compilation when init debug toggle enabled

This commit is contained in:
残页 2021-10-29 12:40:38 +08:00 committed by John Wu
parent 6a086bb222
commit a170acb9d7

View File

@ -68,7 +68,7 @@ public:
#if ENABLE_TEST
class TestInit : public BaseInit {
public:
TestInit(char *argv[], cmdline *cmd) : BaseInit(argv, cmd) {};
TestInit(char *argv[], BootConfig *cmd) : BaseInit(argv, cmd) {};
void start() override {
// Place init tests here
}