This is one class from my program! When I\'m trying to compile the whole program, I get an error message like this:
main.cpp:174: error: \'((Scene*)this)
Replace the line Lake lake(int L); with Lake lake= Lake(L); or with this: Lake lake{L};
Lake lake(int L);
Lake lake= Lake(L);
Lake lake{L};