From a7e1dafe23eb566c662d361e6dca192db9f816e5 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 29 Mar 2012 12:14:21 +0200 Subject: [wx] Fix list in list in list specs To many lists --- lib/wx/src/gen/wxControlWithItems.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wx/src/gen/wxControlWithItems.erl') diff --git a/lib/wx/src/gen/wxControlWithItems.erl b/lib/wx/src/gen/wxControlWithItems.erl index 1e2f89dbf0..92632a1c31 100644 --- a/lib/wx/src/gen/wxControlWithItems.erl +++ b/lib/wx/src/gen/wxControlWithItems.erl @@ -103,7 +103,7 @@ append(#wx_ref{type=ThisT,ref=ThisRef},Item,ClientData) %% @doc See external documentation. -spec appendStrings(This, Strings) -> ok when - This::wxControlWithItems(), Strings::[[unicode:chardata()]]. + This::wxControlWithItems(), Strings::[unicode:chardata()]. appendStrings(#wx_ref{type=ThisT,ref=ThisRef},Strings) when is_list(Strings) -> ?CLASS(ThisT,wxControlWithItems), -- cgit v1.2.3