comdlg32: Constify a variable.

oldstable
Andrew Talbot 2010-08-15 20:15:05 +01:00 committed by Alexandre Julliard
parent d596fa1859
commit dc06444314
1 changed files with 1 additions and 1 deletions

View File

@ -3584,7 +3584,7 @@ static WCHAR *get_default_printer(void)
return name;
}
static void pagesetup_dump_dlg_struct(pagesetup_data *data)
static void pagesetup_dump_dlg_struct(const pagesetup_data *data)
{
if(TRACE_ON(commdlg))
{