mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-05 17:46:28 +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;
|
||||
}
|
||||
else {
|
||||
this->comment="";
|
||||
NbLineComment=0;
|
||||
}
|
||||
}
|
||||
|
||||
std::string CGEHalfMove::GetComment() { return (comment); }
|
||||
|
|
Loading…
Add table
Reference in a new issue