Skip to content

Fix CefListValue "int index" params to "size_t index" #461

@cztomczak

Description

@cztomczak

For example:

+  /*--cef(default_retval=VTYPE_INVALID)--*/
+  virtual CefValueType GetType(size_t index) =0;
-  /*--cef(default_retval=VTYPE_INVALID,index_param=index)--*/
-  virtual CefValueType GetType(int index) =0;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions