C++11 tidying.
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Jun 2021 23:22:37 +0000 (01:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Jun 2021 23:22:37 +0000 (01:22 +0200)
src/tools/dcpomatic.cc

index 714bebc3dae6194200b988134931100151982c55..b05600ec34367b270b31f7ed79e4dd9207941ed5 100644 (file)
@@ -374,7 +374,7 @@ public:
 
                overall_panel->SetSizer (main_sizer);
 
-               UpdateChecker::instance()->StateChanged.connect (boost::bind (&DOMFrame::update_checker_state_changed, this));
+               UpdateChecker::instance()->StateChanged.connect(boost::bind(&DOMFrame::update_checker_state_changed, this));
 
                FocusManager::instance()->SetFocus.connect (boost::bind (&DOMFrame::remove_accelerators, this));
                FocusManager::instance()->KillFocus.connect (boost::bind (&DOMFrame::add_accelerators, this));