safe compile .

This commit is contained in:
Zero Fanker 2024-04-25 22:12:25 -04:00
parent 00753d2ff2
commit d1a32df54b
3 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ static char THIS_FILE[] = __FILE__;
/////////////////////////////////////////////////////////////////////////////
// CViewObjects
const int valadded = 10000;
const size_t valadded = 10000;
IMPLEMENT_DYNCREATE(CViewObjects, CTreeView)