]> git.saurik.com Git - wxWidgets.git/commitdiff
It's not an array of pointers to dashes, but rather an array of dash values
authorRobin Dunn <robin@alldunn.com>
Fri, 21 Oct 2011 18:33:51 +0000 (18:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 21 Oct 2011 18:33:51 +0000 (18:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/pen.h

index a623a2449cd3cc61f7f35fbf05b5c5f2b4d1c3c4..6d5c27341495c882522009406793fd9bf4709f38 100644 (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