From 653e60385efb73e4b3f8d498885b655ae435173e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Tue, 29 Jun 2004 14:08:58 +0000 Subject: [PATCH] Fix IFileSystemBindData method order svn path=/trunk/; revision=9930 --- reactos/lib/shell32/shlfsbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/shell32/shlfsbind.c b/reactos/lib/shell32/shlfsbind.c index 73344ae1ebf..75ea638f5d5 100644 --- a/reactos/lib/shell32/shlfsbind.c +++ b/reactos/lib/shell32/shlfsbind.c @@ -58,8 +58,8 @@ static struct ICOM_VTABLE(IFileSystemBindData) sbvt = IFileSystemBindData_fnQueryInterface, IFileSystemBindData_fnAddRef, IFileSystemBindData_fnRelease, - IFileSystemBindData_fnGetFindData, IFileSystemBindData_fnSetFindData, + IFileSystemBindData_fnGetFindData, }; static WCHAR wFileSystemBindData[] = {'F','i','l','e',' ','S','y','s','t','e','m',' ','B','i','n','d','D','a','t','a',0};