Codechange: replace text-buf printf with fmt::format
This commit is contained in:
@@ -47,8 +47,7 @@ struct Textbuf {
|
||||
~Textbuf();
|
||||
|
||||
void Assign(StringID string);
|
||||
void Assign(const char *text);
|
||||
void CDECL Print(const char *format, ...) WARN_FORMAT(2, 3);
|
||||
void Assign(const std::string_view text);
|
||||
|
||||
void DeleteAll();
|
||||
bool InsertClipboard();
|
||||
|
Reference in New Issue
Block a user