Added const qualifier to MuCString.
Now MuCString is a (const char*). It has always been intended that MuCString instances are not to be modified. This change just makes it explicit in the type. muapiparser.py just ignores the const qualifier.
Showing
Please register or sign in to comment