Windows: Use scoped_ptr for VS2015 compatibility (issue #2594)
This commit is contained in:
parent
d5be6e3afb
commit
feb99571d2
|
@ -169,7 +169,7 @@ class OsrWindowWin
|
|||
|
||||
const OsrRendererSettings settings_;
|
||||
HWND hwnd_;
|
||||
std::unique_ptr<OsrRenderHandlerWin> render_handler_;
|
||||
scoped_ptr<OsrRenderHandlerWin> render_handler_;
|
||||
|
||||
// Class that encapsulates IMM32 APIs and controls IMEs attached to a window.
|
||||
scoped_ptr<OsrImeHandlerWin> ime_handler_;
|
||||
|
|
Loading…
Reference in New Issue