From 2c95eb0c575c95a2cdf3c2eacb562d1a5a8cfe08 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Fri, 17 Feb 2012 13:07:28 +0100 Subject: [wx] Fix api bugs in wxDC Some out arguments was in args. --- lib/wx/c_src/wxe_return.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/wx/c_src/wxe_return.h') diff --git a/lib/wx/c_src/wxe_return.h b/lib/wx/c_src/wxe_return.h index 0daf12eab2..b6bfa85e63 100644 --- a/lib/wx/c_src/wxe_return.h +++ b/lib/wx/c_src/wxe_return.h @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 2008-2009. All Rights Reserved. + * Copyright Ericsson AB 2008-2012. All Rights Reserved. * * The contents of this file are subject to the Erlang Public License, * Version 1.1, (the "License"); you may not use this file except in @@ -108,6 +108,8 @@ public: void add(wxArrayInt val); + void add(wxArrayDouble val); + void add(wxUIntPtr *val); void add(const wxHtmlLinkInfo *val); -- cgit v1.2.3