Index: src/chext/ShellExtensionVerifier.h =================================================================== diff -u -N -r2f696d06139af4d0fab14dd1613507b66f5169cb -r3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4 --- src/chext/ShellExtensionVerifier.h (.../ShellExtensionVerifier.h) (revision 2f696d06139af4d0fab14dd1613507b66f5169cb) +++ src/chext/ShellExtensionVerifier.h (.../ShellExtensionVerifier.h) (revision 3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4) @@ -29,7 +29,7 @@ public: static HWND VerifyShellExt(IShellExtControl* piShellExtControl); static HRESULT IsShellExtEnabled(IShellExtControl* piShellExtControl); - static HRESULT ReadShellConfig(IShellExtControl* piShellExtControl, TShellExtMenuConfig& tShellExtConfig, ELocation eLocation); + static HRESULT ReadShellConfig(IShellExtControl* piShellExtControl, TShellExtMenuConfig& tShellExtConfig); }; #endif