Browse Source

chore: update comimpl.h (#16011)

beggining -> beginning
pull/16539/head
Ikko Eltociear Ashimine 2 years ago
committed by GitHub
parent
commit
fc70228dc9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      native/Avalonia.Native/inc/comimpl.h

2
native/Avalonia.Native/inc/comimpl.h

@ -9,7 +9,7 @@
#include <cstring>
/**
START_COM_CALL causes AddRef to be called at the beggining of a function.
START_COM_CALL causes AddRef to be called at the beginning of a function.
When a function is exited, it causes ReleaseRef to be called.
This ensures that the object cannot be destroyed whilst the function is running.
For example: Window Show is called, which triggers an event, and user calls Close inside the event

Loading…
Cancel
Save