From: Robin Dunn Date: Fri, 21 Oct 2011 18:33:51 +0000 (+0000) Subject: It's not an array of pointers to dashes, but rather an array of dash values X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f7df82831082ebd4a3eecd8cea9beb5389b8d411 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 --- 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