Skip to content

Commit 239928b

Browse files
committed
Added GUID to interface. Related to issue #1251
1 parent 2149578 commit 239928b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/VirtualTrees.AccessibilityFactory.pas

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ interface
4444

4545
type
4646
IVTAccessibleProvider = interface
47+
['{8B76176B-C1F2-4C5C-99B4-2444FABE495C}']
4748
function CreateIAccessible(ATree: TBaseVirtualTree): IAccessible;
4849
end;
4950

0 commit comments

Comments
 (0)