fix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 May 2008 14:12:38 +0000 (14:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 May 2008 14:12:38 +0000 (14:12 +0000)
commit7210c3a12c488fcf469a7d2205603c292ecc4e75
tree393a522b50602817bc6dd61ab278372daf46dd05
parent6bc7b9138db63cd4ea58b00877d45acae44b6055
fix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap unnecessarily when we can just do it on the stack

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dc.h
src/common/dcbase.cpp