Commit 1412bcdb authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

progman: Cast-qual warnings fix.

parent 7eb68153
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment