solve problems on cmake.
This commit is contained in:
parent
d7fa7cde37
commit
d11f31cd02
@ -27,9 +27,9 @@ namespace Net {
|
|||||||
|
|
||||||
void printRed(string red_info);
|
void printRed(string red_info);
|
||||||
|
|
||||||
void printInfo(const string& info, const string& tag = "");
|
void printInfo(const string& info, const string& tag);
|
||||||
|
|
||||||
void printInfoBuffer(const string& info, const string& tag = "");
|
void printInfoBuffer(const string& info, const string& tag);
|
||||||
|
|
||||||
void printInfoFormal(const string& title, initializer_list<FormalItem> body);
|
void printInfoFormal(const string& title, initializer_list<FormalItem> body);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user