diff --git a/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc b/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc index 9014938ff..d3c59b978 100644 --- a/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc +++ b/components/virtualtreeview-new/branches/4.8/include/intf/win32/vtvdragmanager.inc @@ -481,7 +481,7 @@ end; //---------------------------------------------------------------------------------------------------------------------- -function TVTDataObject.SetData(const FormatEtc: TFormatEtc; {$ifdef VER2_0}var{$else}const{$endif} Medium: TStgMedium; DoRelease: BOOL): HResult; +function TVTDataObject.SetData(const FormatEtc: TFormatEtc; const Medium: TStgMedium; DoRelease: BOOL): HResult; // Allows dynamic adding to the IDataObject during its existance. Most noteably it is used to implement // IDropSourceHelper and allows to set a special format for optimized moves during a shell transfer.