mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use initialization, not explicit assignment
This commit is contained in:
parent
7f712ddd4c
commit
5335763f98
1 changed files with 1 additions and 1 deletions
|
|
@ -22,8 +22,8 @@
|
|||
using namespace Gtkmm2ext;
|
||||
|
||||
FocusEntry::FocusEntry ()
|
||||
: next_release_selects (false)
|
||||
{
|
||||
next_release_selects = false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue