From eaa58a34be3d8d45ae2521f99f2f37f9f3a4055b Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Thu, 19 Jun 2008 22:52:06 +0100 Subject: [PATCH] shell32: Constify a variable. --- dlls/shell32/shfldr_netplaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/shfldr_netplaces.c b/dlls/shell32/shfldr_netplaces.c index a4acfbae087..fd6b2358cf5 100644 --- a/dlls/shell32/shfldr_netplaces.c +++ b/dlls/shell32/shfldr_netplaces.c @@ -73,7 +73,7 @@ static const IPersistFolder2Vtbl vt_NP_PersistFolder2; #define _IShellFolder_(This) (IShellFolder*)&(This->lpVtbl) #define _IPersistFolder2_(This) (IPersistFolder2*)&(This->lpVtblPersistFolder2) -static shvheader NetworkPlacesSFHeader[] = { +static const shvheader NetworkPlacesSFHeader[] = { {IDS_SHV_COLUMN1, SHCOLSTATE_TYPE_STR | SHCOLSTATE_ONBYDEFAULT, LVCFMT_RIGHT, 15}, {IDS_SHV_COLUMN9, SHCOLSTATE_TYPE_STR | SHCOLSTATE_ONBYDEFAULT, LVCFMT_RIGHT, 10} }; -- 2.11.4.GIT