Skip to content
  • Kunshan Wang's avatar
    Added const qualifier to MuCString. · 6f1896f4
    Kunshan Wang authored
    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.
    6f1896f4