Commit eef087cb authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

gdi32/tests: Cast-qual warning fix.

parent 36be22a6
......@@ -280,7 +280,7 @@ static int CALLBACK savedc_emf_enum_proc(HDC hdc, HANDLETABLE *handle_table,
case EMR_RESTOREDC:
{
EMRRESTOREDC *restoredc = (EMRRESTOREDC *)emr;
const EMRRESTOREDC *restoredc = (const EMRRESTOREDC *)emr;
switch(++restore_no)
{
case 1:
......
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