summaryrefslogtreecommitdiff
path: root/include/vcl/lazydelete.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/lazydelete.hxx')
-rw-r--r--include/vcl/lazydelete.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/lazydelete.hxx b/include/vcl/lazydelete.hxx
index 63196185701a..4bc122457279 100644
--- a/include/vcl/lazydelete.hxx
+++ b/include/vcl/lazydelete.hxx
@@ -115,7 +115,7 @@ namespace vcl
/** strict weak ordering function to bring objects to be destroyed lazily
in correct order, e.g. for Window objects children before parents
*/
- static bool is_less( vcl::Window* left, vcl::Window* right );
+ static bool is_less( vcl::Window const * left, vcl::Window const * right );
LazyDeletor() { LazyDelete::addDeletor( this ); }
virtual ~LazyDeletor() override