use initialization, not explicit assignment
This commit is contained in:
parent
7f712ddd4c
commit
5335763f98
@ -22,8 +22,8 @@
|
||||
using namespace Gtkmm2ext;
|
||||
|
||||
FocusEntry::FocusEntry ()
|
||||
: next_release_selects (false)
|
||||
{
|
||||
next_release_selects = false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user