SDC C-Project CF Review 프로그램
KEJ
2024-06-26 0c66940a8e2cf64c9890519901f433b3668216b6
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);
}