refactor(clang-tidy): Apply fixes
This commit is contained in:
parent
0128014d44
commit
ff9be848c7
119 changed files with 1752 additions and 1046 deletions
include/components
|
@ -44,7 +44,7 @@ class renderer {
|
|||
void draw_character(const uint16_t character);
|
||||
void draw_textstring(const char* text, const size_t len);
|
||||
|
||||
void begin_action(const mousebtn btn, const string cmd);
|
||||
void begin_action(const mousebtn btn, const string& cmd);
|
||||
void end_action(const mousebtn btn);
|
||||
const vector<action_block> get_actions();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue