From f7df82831082ebd4a3eecd8cea9beb5389b8d411 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 21 Oct 2011 18:33:51 +0000 Subject: [PATCH] It's not an array of pointers to dashes, but rather an array of dash values git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/pen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/pen.h b/interface/wx/pen.h index a623a2449c..6d5c273414 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -329,7 +329,7 @@ public: //@} /** - Associates an array of pointers to dashes (defined as @c char in X, @c DWORD under + Associates an array of dash values (defined as @c char in X, @c DWORD under Windows) with the pen. The array is not deallocated by wxPen, but neither must it be deallocated by -- 2.50.0