Fixup previous edit

This commit is contained in:
Seth Hillbrand 2024-05-06 10:36:07 -07:00
parent 8a306eecb6
commit 5156229da7
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ DIALOG_GIT_REPOSITORY::DIALOG_GIT_REPOSITORY( wxWindow* aParent, git_repository*
m_tested( 0 ),
m_failedTest( false ),
m_testError( wxEmptyString ),
m_tempRepo( false ),
m_repoType( KIGIT_COMMON::GIT_CONN_TYPE::GIT_CONN_LOCAL )
m_tempRepo( false )
{
m_txtURL->SetFocus();