You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In imagelLib.cpp at line 71 it declares a variable called height. It's later used where a const should be.
I don't know much C++ so hopefully someone can help
The text was updated successfully, but these errors were encountered:
In
imagelLib.cpp
at line 71 it declares a variable called height. It's later used where a const should be.I don't know much C++ so hopefully someone can help
The text was updated successfully, but these errors were encountered: