SDC C-Project CF Review 프로그램
KEJ
2023-11-24 9020bfb6f86ff853d5d5b3cee882132a244232da
Internal_Library/CHCommonControls/GridCell.cpp
@@ -61,7 +61,7 @@
/////////////////////////////////////////////////////////////////////////////
// GridCell Attributes
void CGridCell::operator=(const CGridCell& cell)
void CGridCell::operator=(CGridCell& cell)
{
    if (this != &cell) CGridCellBase::operator=(cell);
}