summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-30 17:25:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-30 17:41:11 -0400
commit5335763f986e5005110b3a1c84b3ad0e755ae9a1 (patch)
treea91672789dc2b40d1078cd15bebd795f0eace7af /libs/gtkmm2ext
parent7f712ddd4c58b663e54f41636ae89fe2c83f1102 (diff)
use initialization, not explicit assignment
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/focus_entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/focus_entry.cc b/libs/gtkmm2ext/focus_entry.cc
index a005fcf205..1e2823aeba 100644
--- a/libs/gtkmm2ext/focus_entry.cc
+++ b/libs/gtkmm2ext/focus_entry.cc
@@ -22,8 +22,8 @@
using namespace Gtkmm2ext;
FocusEntry::FocusEntry ()
+ : next_release_selects (false)
{
- next_release_selects = false;
}
bool