Rename one of overloads of CMessage::GetParams to GetParamsColon

This commit is contained in:
Alexey Sokolov
2018-06-01 21:13:36 +01:00
parent 309eafa6f7
commit 5b7daac2f0
2 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void CMessage::SetCommand(const CString& sCommand) {
InitType();
}
CString CMessage::GetParams(unsigned int uIdx, unsigned int uLen) const {
CString CMessage::GetParamsColon(unsigned int uIdx, unsigned int uLen) const {
if (m_vsParams.empty() || uLen == 0) {
return "";
}