@@ -207,7 +207,7 @@ sol::table module::qrcode::decode(int width, int height, const std::string& pixe
return collect(s);
}
-sol::table module::qrcode::decode_image(const std::string& data, sol::this_state s)
+sol::table module::qrcode::decode_image(const std::string_view& data, sol::this_state s)
{
sol::state_view lua(s);
m_error.clear();