refactor(clang-tidy): Apply fixes

This commit is contained in:
Michael Carlberg 2016-11-25 13:55:15 +01:00
parent 0128014d44
commit ff9be848c7
119 changed files with 1752 additions and 1046 deletions
include/components

View file

@ -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();