remove useless pub

This commit is contained in:
k-brac 2016-11-29 14:02:19 +01:00
parent 3e2154a922
commit 7f2ee9a09a

View file

@ -82,7 +82,7 @@ impl Drop for WindowWrapper {
#[derive(Clone)]
pub struct WindowProxy {
pub hwnd: winapi::HWND,
hwnd: winapi::HWND,
}
unsafe impl Send for WindowProxy {}