]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGButton.cxx
Use the short xml name for properties in JSON
[flightgear.git] / src / Input / FGButton.cxx
index 68fcf8e1b7c8cee9e89efe22a65e3e00ce77f90b..400de289e8f805bfd6d2942e1d67a8c425aed5a9 100644 (file)
 
 #include "FGButton.hxx"
 
-#include <simgear/math/SGMath.hxx>
 
 FGButton::FGButton ()
   : is_repeatable(false),
     interval_sec(0),
+    delay_sec(0),
+    release_delay_sec(0),
     last_dt(0),
     last_state(0)
 {