Fixed a compilation error: setContentview changed setContentView_

This commit is contained in:
David Partouche 2014-10-23 12:04:39 +02:00
parent 2a29e4d743
commit 5969cfe886

View file

@ -135,7 +135,7 @@ impl Window {
None None
} else { } else {
view.setWantsBestResolutionOpenGLSurface_(true); view.setWantsBestResolutionOpenGLSurface_(true);
window.setContentView(view); window.setContentView_(view);
Some(view) Some(view)
} }
} }