clang-tidy: run readability-redundant-string-init
This commit is contained in:
parent
de363f176f
commit
ee7684abfc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue