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

Compile error in render_handler #151

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

Compile error in render_handler #151

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Built jcef in OS X Mavericks against cef 2171.1979 (macosx64) and got the 
following compile errors in XCode:

/build/cef/jcef/src/native/render_handler.h:36:16: 'OnCursorChange' marked 
'override' but does not override any member functions
/build/cef/jcef/src/native/render_handler.h:36:16: 
'RenderHandler::OnCursorChange' hides overloaded virtual function

AFAICT, the signature is wrong for OnCursorChange. It should be: 

CefRefPtr<CefBrowser> browser, CefCursorHandle cursor, CursorType type, const 
CefCursorInfo& custom_cursor_info

Original issue reported on code.google.com by david.g.hoyt on 27 Jan 2015 at 2:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant