Commit 14b4464a authored by Dominik Charousset's avatar Dominik Charousset

Fix shadowing warning

parent 9512bdaa
......@@ -110,8 +110,8 @@ namespace python {
class binding {
public:
binding(std::string python_name, bool builtin_type)
: python_name_(std::move(python_name)),
binding(std::string py_name, bool builtin_type)
: python_name_(std::move(py_name)),
builtin_(builtin_type) {
// nop
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment