[MSPAINT] s/pointSP/s_pointSP/ and s/pointStack/s_pointStack/

CORE-18867
This commit is contained in:
Katayama Hirofumi MZ 2023-06-22 07:28:15 +09:00
parent 3fa6d74a01
commit ec53d42278
3 changed files with 51 additions and 51 deletions

View file

@ -36,8 +36,8 @@ struct ToolBase
TOOLTYPE m_tool;
HDC m_hdc;
COLORREF m_fg, m_bg;
static INT pointSP;
static POINT pointStack[256];
static INT s_pointSP;
static POINT s_pointStack[256];
ToolBase(TOOLTYPE tool) : m_tool(tool), m_hdc(NULL) { }
virtual ~ToolBase() { }