Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cztomczak opened this issue Aug 25, 2018 · 1 comment
Closed

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

cztomczak opened this issue Aug 25, 2018 · 1 comment

Comments

@cztomczak
Copy link
Owner

cztomczak commented Aug 25, 2018

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;
@cztomczak
Copy link
Owner Author

Fixed in fb2d94c.

linesight pushed a commit to linesight/cefpython that referenced this issue May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant