X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator-lib%2Fwrappi_accumulator.ml;h=3713d353ecb51d18cc4a90d9ef45cde229e68d07;hb=9388e0b0ef1053a05122f6d6b8bb89339bdf2998;hp=ac09b99e9bd64302134ced8691e71a18ecc5a897;hpb=a3d742e544ffaff9fc0425cf727060be0d3a2631;p=wrappi.git diff --git a/generator-lib/wrappi_accumulator.ml b/generator-lib/wrappi_accumulator.ml index ac09b99..3713d35 100644 --- a/generator-lib/wrappi_accumulator.ml +++ b/generator-lib/wrappi_accumulator.ml @@ -101,7 +101,8 @@ let rec resolve_typedefs thing name loc = function exit 1 let resolve_typedefs_in_ret thing name loc = function - | RVoid as t -> t + | (RVoid + | RStaticString) as t -> t | Return t -> Return (resolve_typedefs thing name loc t) let get_api () =