progman: Cast-qual warnings fix.

This commit is contained in:
Andrew Talbot 2006-12-16 12:55:31 +00:00 committed by Alexandre Julliard
parent 7eb6815336
commit 1412bcdb7e

View file

@ -169,7 +169,7 @@ HLOCAL GROUP_AddGroup(LPCSTR lpszName, LPCSTR lpszGrpFile, INT nCmdShow,
group->hActiveProgram = 0;
cs.szClass = STRING_GROUP_WIN_CLASS_NAME;
cs.szTitle = (LPSTR)lpszName;
cs.szTitle = lpszName;
cs.hOwner = 0;
cs.x = x;
cs.y = y;