diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-10-28 18:05:41 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-10-28 18:05:41 +0200 |
commit | 524d921932970cd4ff81d06b0ddb7cb6c1effe90 (patch) | |
tree | ea44a3648c5d421b91ffc6832ed5a5f2f40582cf /plugingui | |
parent | 05b3e8cdc7f6cf7056c96d9cd150a0e2a8fb85a4 (diff) |
Rewrite event handler to use shared_ptr Events instead of raw pointers.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/nativewindow_win32.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/nativewindow_win32.cc b/plugingui/nativewindow_win32.cc index b318f59..57302eb 100644 --- a/plugingui/nativewindow_win32.cc +++ b/plugingui/nativewindow_win32.cc @@ -150,7 +150,6 @@ LRESULT CALLBACK NativeWindowWin32::dialogProc(HWND hwnd, UINT msg, } else { - delete buttonEvent; break; // unknown button } |