clang-tidy: run readability-redundant-string-init

This commit is contained in:
scribam 2021-03-14 19:36:25 +01:00
parent de363f176f
commit ee7684abfc
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ protected:
bool is_detecting_input() { return _input_detected != nullptr; }
std::string _name;
std::string _unique_id = "";
std::string _unique_id;
std::shared_ptr<InputMapping> input_mapper;
std::map<u32, int> axis_min_values;
std::map<u32, unsigned int> axis_ranges;