]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.hxx
use simgear::strutils::rpad() instead of strncpy()
[flightgear.git] / src / Instrumentation / heading_indicator.hxx
index 8316384073f0e45480cec59ff68953e7984d9073..f3d6f5f155cb83c3a8f0851676ef228a7cef9824 100644 (file)
@@ -59,7 +59,9 @@ private:
     SGPropertyNode_ptr _heading_in_node;
     SGPropertyNode_ptr _suction_node;
     SGPropertyNode_ptr _heading_out_node;
-    
+    SGPropertyNode_ptr _heading_bug_error_node;
+    SGPropertyNode_ptr _heading_bug_node;
+
 };
 
 #endif // __INSTRUMENTS_HEADING_INDICATOR_HXX