mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-06 10:06:27 +02:00
Debug CGEHalfMove::SetComment()
This commit is contained in:
parent
bc55363569
commit
25f9d75f04
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ void CGEHalfMove::SetComment(const std::string &c) {
|
||||||
}
|
}
|
||||||
this->comment = c;
|
this->comment = c;
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
this->comment="";
|
||||||
|
NbLineComment=0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string CGEHalfMove::GetComment() { return (comment); }
|
std::string CGEHalfMove::GetComment() { return (comment); }
|
||||||
|
|
Loading…
Add table
Reference in a new issue