Skip to content

Commit

Permalink
Fix connection detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Thomssen committed May 9, 2017
1 parent 2c1c210 commit 7bd8daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Window::connected()
bool ret = false;

if( mainWindow_ )
mainWindow_->connected();
RETURN( mainWindow_->connected() );

RETURN( ret );
}
Expand Down

0 comments on commit 7bd8daa

Please sign in to comment.