vcl/README.lifecycle.md |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d627ef63e0c92ab83e6e6b38db7af4c73c1be781
Author:     Mike Kaganski <[email protected]>
AuthorDate: Mon Feb 23 11:28:54 2026 +0100
Commit:     Mike Kaganski <[email protected]>
CommitDate: Mon Feb 23 13:45:26 2026 +0100

    A small fix to the readme
    
    Since commit 9090dc1f3b27195f5defd35586ac79357992be21 (split
    OutputDevice from Window, 2021-05-17), the OutputDevice is not a
    parent class for objects managed by VclPtr, but VclReferenceBase.
    
    Change-Id: I537f516699bfac26c53c79c14dbc4fdb4c747abd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200039
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <[email protected]>

diff --git a/vcl/README.lifecycle.md b/vcl/README.lifecycle.md
index 4f9c99d516fd..8e4b92d8944b 100644
--- a/vcl/README.lifecycle.md
+++ b/vcl/README.lifecycle.md
@@ -54,7 +54,7 @@ to lingering pointers to freed objects.
 To fix this situation we now have a `VclPtr` - which is a smart
 reference-counting pointer (`include/vcl/vclptr.hxx`) which is
 designed to look and behave -very- much like a normal pointer
-to reduce code-thrash. `VclPtr` is used to wrap all `OutputDevice`
+to reduce code-thrash. `VclPtr` is used to wrap all `VclReferenceBase`
 derived classes thus:
 
 ```

Reply via email to