removed a wrong const declaration
This commit is contained in:
parent
7b52284177
commit
156a29815f
|
@ -3456,7 +3456,7 @@ private:
|
|||
checkConst("class A{\n"
|
||||
"public:\n"
|
||||
"A(){m_strVal="";}\n"
|
||||
"const std::string strGetString1() const\n"
|
||||
"const std::string strGetString1()\n"
|
||||
"{return m_strVal.c_str();}\n"
|
||||
"private:\n"
|
||||
"std::string m_strVal;\n"
|
||||
|
|
Loading…
Reference in New Issue