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
This commit is contained in:
Robin Dunn
2011-10-21 18:33:51 +00:00
parent 63e55c0ae6
commit f7df828310

View File

@@ -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