fix: fix linux build issue
This commit is contained in:
@ -389,7 +389,7 @@ namespace Unvirt::CmdHelper {
|
||||
};
|
||||
|
||||
class RootNode : public AbstractNode {
|
||||
friend class CommandParser;
|
||||
friend class ::Unvirt::CmdHelper::CommandParser;
|
||||
public:
|
||||
RootNode();
|
||||
virtual ~RootNode();
|
||||
|
@ -281,7 +281,7 @@ namespace Unvirt::Context {
|
||||
YYCC::ConsoleHelper::EnableColorfulConsole();
|
||||
|
||||
// Show banner
|
||||
YYCC::ConsoleHelper::WriteLine(YYCC_COLOR_LIGHT_YELLOW(u8"Unvirt 0.2.0") " build at " __DATE__ " " __TIME__);
|
||||
YYCC::ConsoleHelper::WriteLine(YYCC_COLOR_LIGHT_YELLOW(u8"Unvirt 0.2.0") " built at " __DATE__ " " __TIME__);
|
||||
YYCC::ConsoleHelper::WriteLine(u8"Type 'help' for more infomation. Type 'exit' to quit.");
|
||||
|
||||
// start process loop
|
||||
|
Reference in New Issue
Block a user