code style
This commit is contained in:
parent
69f4ef837d
commit
3b539351b1
1 changed files with 12 additions and 14 deletions
|
@ -364,8 +364,7 @@ int main ( int argc, char** argv )
|
|||
Settings.Load();
|
||||
|
||||
// GUI object
|
||||
CLlconClientDlg ClientDlg (
|
||||
&Client,
|
||||
CLlconClientDlg ClientDlg ( &Client,
|
||||
&Settings,
|
||||
bConnectOnStartup,
|
||||
bDisalbeLEDs,
|
||||
|
@ -410,8 +409,7 @@ int main ( int argc, char** argv )
|
|||
Server.UpdateServerList();
|
||||
|
||||
// GUI object for the server
|
||||
CLlconServerDlg ServerDlg (
|
||||
&Server,
|
||||
CLlconServerDlg ServerDlg ( &Server,
|
||||
&Settings,
|
||||
bStartMinimized,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue