On Monday, 29 October 2012 at 12:11:11 UTC, Denis Shelomovskij wrote:
    const char* getLastError();
    const char* getDetail(char* detail);

These return values should be const(char)* and the method shouldn't be const.

Reply via email to