Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
It's caused by passing string literals as non-const char* method arguments.
It turned out that those parameters didn't need to be non-const.