SDC C-Project CF Review 프로그램
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);
}