From: Carl Hetherington Date: Wed, 30 Jun 2021 23:22:37 +0000 (+0200) Subject: C++11 tidying. X-Git-Tag: v2.15.156~20 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6ce5b203f7b056422d6b94dd97100ae0e79dfa08 C++11 tidying. --- diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 714bebc3d..b05600ec3 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -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));