diff --git a/Eisverkauf/Eisverkauf.cpp b/Eisverkauf/Eisverkauf.cpp index 0f73573..fab2e25 100644 --- a/Eisverkauf/Eisverkauf.cpp +++ b/Eisverkauf/Eisverkauf.cpp @@ -14,7 +14,7 @@ double get_price(int index); */ int main() { - const auto persons = {"Freund 1", "Freund 2", "Du"}; + auto persons = {"Freund 1", "Freund 2", "Du"}; const auto available_money = 5.0; greeting();