use initialization, not explicit assignment
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Jun 2016 21:25:30 +0000 (17:25 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Jun 2016 21:41:11 +0000 (17:41 -0400)
libs/gtkmm2ext/focus_entry.cc

index a005fcf205a899b7e7a464ef7c3c063fa3a08a27..1e2823aebabaa44f3aefd11d810469bb733f1202 100644 (file)
@@ -22,8 +22,8 @@
 using namespace Gtkmm2ext;
 
 FocusEntry::FocusEntry ()
+       : next_release_selects (false)
 {
-       next_release_selects = false;
 }
 
 bool