leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
148 stars 17 forks source link

Fix call to std::string::assign #933

Closed codemercenary closed 8 years ago

codemercenary commented 8 years ago

std::string::assign is inappropriate here, std::string::insert is the correct call.