From 2551de45ce7795f95815177767067f1111d925cb Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 13 Mar 2016 10:05:47 +0000 Subject: [PATCH] Cleaned up CloseWindow in frmContactEditorTimezones --- source/contacteditor/frmContactEditorTimezones.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/contacteditor/frmContactEditorTimezones.cpp b/source/contacteditor/frmContactEditorTimezones.cpp index 9ea1441..398d0e1 100644 --- a/source/contacteditor/frmContactEditorTimezones.cpp +++ b/source/contacteditor/frmContactEditorTimezones.cpp @@ -212,6 +212,7 @@ void frmContactEditorTimezones::CloseWindow( wxCommandEvent& event ) // Close this window. this->Close(); + } void frmContactEditorTimezones::SetupPointers(std::map *TZList, -- 2.39.2