SDC C-Project CF Review 프로그램
KEJ
2023-11-24 9020bfb6f86ff853d5d5b3cee882132a244232da
Internal_Library/Include/CHCommonControls/GridCell.h
@@ -48,7 +48,7 @@
// Attributes
public:
    void operator=(const CGridCell& cell);
    void operator=(CGridCell& cell);
    virtual void  SetText(LPCTSTR szText)        { m_strText = szText;  }                       
    virtual void  SetImage(int nImage)           { m_nImage = nImage;   }