Add bbt_add that does not take Metric parameter.
[ardour.git] / libs / gtkmm2ext / stateful_button.cc
index 949cae958b7bcfaa14102ec72853e80fd012c62c..580e0deb1c6e080655eb8dcab8b12061e7ae3a8f 100644 (file)
@@ -29,10 +29,9 @@ using namespace Glib;
 using namespace Gtkmm2ext;
 using namespace std;
 
-StateButton::StateButton ()
+StateButton::StateButton () : visual_state (0), _self_managed (false), _is_realized (false)
 {
-       _is_realized = false;
-       visual_state = 0;
+  
 }
 
 void