From: Stefan Csomor Date: Thu, 28 Sep 2006 08:00:16 +0000 (+0000) Subject: adding wxArrayDouble for later use in graphics context APIs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/87cc1cc772c106ebd7e9bae9941ed2c002f4706a adding wxArrayDouble for later use in graphics context APIs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dynarray.h b/include/wx/dynarray.h index bc27c438a8..81c12e84b5 100644 --- a/include/wx/dynarray.h +++ b/include/wx/dynarray.h @@ -959,6 +959,7 @@ WX_DECLARE_USER_EXPORTED_BASEARRAY(double, wxBaseArrayDouble, WXDLLIMPEXP_BASE); WX_DEFINE_USER_EXPORTED_ARRAY_SHORT(short, wxArrayShort, class WXDLLIMPEXP_BASE); WX_DEFINE_USER_EXPORTED_ARRAY_INT(int, wxArrayInt, class WXDLLIMPEXP_BASE); +WX_DEFINE_USER_EXPORTED_ARRAY_DOUBLE(double, wxArrayDouble, class WXDLLIMPEXP_BASE); WX_DEFINE_USER_EXPORTED_ARRAY_LONG(long, wxArrayLong, class WXDLLIMPEXP_BASE); WX_DEFINE_USER_EXPORTED_ARRAY_PTR(void *, wxArrayPtrVoid, class WXDLLIMPEXP_BASE);