13
0

use initialization, not explicit assignment

This commit is contained in:
Paul Davis 2016-06-30 17:25:30 -04:00
parent 7f712ddd4c
commit 5335763f98

View File

@ -22,8 +22,8 @@
using namespace Gtkmm2ext;
FocusEntry::FocusEntry ()
: next_release_selects (false)
{
next_release_selects = false;
}
bool