Skip to content

Commit 5e2f530

Browse files
committed
Add missing variable
1 parent a2388e2 commit 5e2f530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clientdlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CClientDlg::CClientDlg ( CClient* pNCliP,
4444
eLastDesign ( GD_ORIGINAL ), // "
4545
ClientSettingsDlg ( pNCliP, pNSetP, parent ),
4646
ChatDlg ( parent ),
47-
ConnectDlg ( pNSetP, bNewShowComplRegConnList, parent ),
47+
ConnectDlg ( pNSetP, bNewShowComplRegConnList, bNEnableIPv6, parent ),
4848
AnalyzerConsole ( pNCliP, parent )
4949
{
5050
setupUi ( this );

0 commit comments

Comments
 (0)