Wiązanie odniesienia typu odrzuca kwalifikatory

Error is simple. Your constructor takes const reference but then you try to bind it into non-const reference member.
Adventurous Addax